Update linupx-scripts.sh

This commit is contained in:
2025-12-01 21:45:04 -06:00
parent b3b2e5c516
commit c63756d57f

View File

@@ -620,9 +620,9 @@ URBACKUP_INSTALL() {
* ) * )
echo echo
read -p "Enter ClientID:" clientid read -p "Enter ClientID: " clientid
echo echo
read -p "Enter Auth Key:" authkey read -p "Enter Auth Key: " authkey
TF=`mktemp` TF=`mktemp`
wget "http://urbackup.scity.us:55414/x?a=download_client&lang=en&clientid=${clientid}&authkey=${authkey}&os=linux" -O $TF wget "http://urbackup.scity.us:55414/x?a=download_client&lang=en&clientid=${clientid}&authkey=${authkey}&os=linux" -O $TF