Skip to content

Commit

Permalink
Update x-ui.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxilu committed Jun 17, 2021
1 parent f0356ad commit a02f03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a02f03f

Please sign in to comment.