Update linupx-scripts.sh
This commit is contained in:
@@ -488,7 +488,7 @@ URBACKUP_INSTALL() {
|
|||||||
|
|
||||||
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
|
||||||
(printf '%s\n'; sleep 1) | sudo sh $TF
|
sudo sh $TF
|
||||||
rm -f $TF
|
rm -f $TF
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
|
|||||||
Reference in New Issue
Block a user