Update linupx-scripts.sh

This commit is contained in:
2022-02-26 14:41:33 -06:00
parent cc28809445
commit 05e740b512

View File

@@ -380,6 +380,7 @@ URBACKUP_INSTALL() {
echo ""
read -n 1 -p "Enter ClientID:" clientid
echo ""
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