forked from William/kvs-linuxmint-dloadx
you can now choose install directrory
This commit is contained in:
parent
69166faf30
commit
be7862b457
@ -4,6 +4,15 @@ GIT_NAME="kvs-linuxmint-dloadx" # Must not contain spaces and/or weird character
|
|||||||
TARGET_DIR="/opt" #directory to install to
|
TARGET_DIR="/opt" #directory to install to
|
||||||
USERNAME=$(logname)
|
USERNAME=$(logname)
|
||||||
|
|
||||||
|
echo "What directory do you want to install to?"
|
||||||
|
echo "Specify directory below and files wil be copied in to a subdirectory of that directory called /$GIT_NAME"
|
||||||
|
echo "Default is /opt"
|
||||||
|
read TARGET_DIR
|
||||||
|
|
||||||
|
if [ $TARGET_DIR == "" ]; then
|
||||||
|
TARGET_DIR="/opt"
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ $EUID -ne 0 ]]; then #make shure that script is being run as root
|
if [[ $EUID -ne 0 ]]; then #make shure that script is being run as root
|
||||||
echo "This script must be run as root."
|
echo "This script must be run as root."
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user