Update x-ui.sh

This commit is contained in:
sprov
2021-06-17 11:15:00 +08:00
parent f0356ad786
commit a02f03f5d6

View File

@@ -101,7 +101,7 @@ update() {
fi fi
return 0 return 0
fi 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 if [[ $? == 0 ]]; then
echo -e "${green}更新完成,已自动重启面板${plain}" echo -e "${green}更新完成,已自动重启面板${plain}"
exit 0 exit 0