Browse Source

Update x-ui.sh

sprov 4 years ago
parent
commit
a02f03f5d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      x-ui.sh

+ 1 - 1
x-ui.sh

@@ -101,7 +101,7 @@ update() {
         fi
         return 0
     fi
-    bash <(curl -Ls https://blog.sprov.xyz/x-ui.sh)
+    bash <(curl -Ls https://raw.githubusercontent.com/sprov065/x-ui/master/install.sh)
     if [[ $? == 0 ]]; then
         echo -e "${green}更新完成,已自动重启面板${plain}"
         exit 0