creating install-to directory
This commit is contained in:
parent
7cf8c529dd
commit
38ae4a4a86
|
@ -303,6 +303,7 @@ pushd "$HOME" > /dev/null
|
||||||
if [ -e ".local/opt/telebit" ]; then
|
if [ -e ".local/opt/telebit" ]; then
|
||||||
mv ".local/opt/telebit" ".local/opt/telebit-old-$(date "+%s")"
|
mv ".local/opt/telebit" ".local/opt/telebit-old-$(date "+%s")"
|
||||||
fi
|
fi
|
||||||
|
mkdir -p .local/opt
|
||||||
mv "$my_tmp" ".local/opt/telebit"
|
mv "$my_tmp" ".local/opt/telebit"
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue