Update linupx-scripts.sh
This commit is contained in:
@@ -486,7 +486,10 @@ URBACKUP_INSTALL() {
|
|||||||
echo ""
|
echo ""
|
||||||
read -p "Enter Auth Key:" authkey
|
read -p "Enter Auth Key:" authkey
|
||||||
|
|
||||||
TF=`mktemp` && wget "http://urbackup.scity.us:55414/x?a=download_client&lang=en&clientid=${clientid}&authkey=${authkey}&os=linux" -O $TF && sudo sh $TF; rm -f $TF
|
TF=`mktemp`
|
||||||
|
wget "http://urbackup.scity.us:55414/x?a=download_client&lang=en&clientid=${clientid}&authkey=${authkey}&os=linux" -O $TF
|
||||||
|
(printf '%s\n'; sleep 1) | sudo sh $TF
|
||||||
|
rm -f $TF
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo -e "${Green}UrBackup Client has been Installed${Color_Off}"
|
echo -e "${Green}UrBackup Client has been Installed${Color_Off}"
|
||||||
|
|||||||
Reference in New Issue
Block a user