Update linupx-scripts.sh
This commit is contained in:
@@ -380,6 +380,7 @@ URBACKUP_INSTALL() {
|
|||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
read -n 1 -p "Enter ClientID:" clientid
|
read -n 1 -p "Enter ClientID:" clientid
|
||||||
|
echo ""
|
||||||
read -n 1 -p "Enter Auth Key:" authkey
|
read -n 1 -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 && sudo sh $TF; rm -f $TF
|
||||||
|
|||||||
Reference in New Issue
Block a user