Update linupx-scripts.sh

This commit is contained in:
2023-03-20 22:16:33 -05:00
parent 3545f8dd1a
commit ecdb3ff4ac

View File

@@ -488,7 +488,7 @@ URBACKUP_INSTALL() {
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
sudo sh $TF
rm -f $TF
echo ""