@@ -101,7 +101,7 @@ update() {
fi
return 0
- 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