Browse Source

Update 'update.sh'

Yeung Alan 5 years ago
parent
commit
95e25d358f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      update.sh

+ 2 - 2
update.sh

@@ -1,9 +1,9 @@
 #!/bin/bash
 REPOSERVER="http://124.244.86.40:8080/private/backup"
 TARGET="$REPOSERVER/install.zip"
-#sudo wget $TARGET
+sudo wget $TARGET
 sudo chmod 777 install.zip
-#sudo unzip -o install.zip
+sudo unzip -o install.zip
 rm install.zip
 echo "[info] ArOZ Online Update Finished."
 echo "[info] Setting up permissions..."