diff --git a/x-ui.sh b/x-ui.sh index 859067d4..70ca33f1 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -94,7 +94,7 @@ before_show_menu() { } install() { - bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh) + bash <(curl -Ls https://raw.githubusercontent.com/hossinasaadi/x-ui/main/install.sh) if [[ $? == 0 ]]; then if [[ $# == 0 ]]; then start @@ -113,7 +113,7 @@ update() { fi return 0 fi - bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh) + bash <(curl -Ls https://raw.githubusercontent.com/hossinasaadi/x-ui/main/install.sh) if [[ $? == 0 ]]; then LOGI "更新完成,已自动重启面板 " exit 0 @@ -302,7 +302,7 @@ install_bbr() { } update_shell() { - wget -O /usr/bin/x-ui -N --no-check-certificate https://github.com/vaxilu/x-ui/raw/master/x-ui.sh + wget -O /usr/bin/x-ui -N --no-check-certificate https://github.com/hossinasaadi/x-ui/raw/main/x-ui.sh if [[ $? != 0 ]]; then echo "" LOGE "下载脚本失败,请检查本机能否连接 Github"