diff --git a/scripts/connect b/scripts/connect index 0c55616..335eb2f 100755 --- a/scripts/connect +++ b/scripts/connect @@ -21,10 +21,9 @@ servers["tw1"]="ssh root@tw1.xxoommd.asia" servers["tw2"]="ssh root@tw2.xxoommd.asia" servers["tw3"]="ssh root@tw3.xxoommd.asia" servers["hk1"]="ssh root@hk1.xxoommd.asia" -servers["hk2"]="ssh ubuntu@hk2.xxoommd.asia" +servers["hk2"]="ssh root@hk2.xxoommd.asia" servers["us1"]="ssh root@us1.xxoommd.asia" -servers["jp"]="ssh ubuntu@jp.xxoommd.asia" -servers["sg"]="ssh ubuntu@sg.xxoommd.asia" +servers["us2"]="ssh root@us2.xxoommd.asia" servers["ya"]="ssh -p 7189 gaohengyi@jumpserver.yacloud.net" servers["u1"]="ssh root@u1" diff --git a/x/quick_server.sh b/x/quick_server.sh index 973c1ce..3f9121c 100644 --- a/x/quick_server.sh +++ b/x/quick_server.sh @@ -53,11 +53,11 @@ hysteria_download_url="" if [ "$DOWNLOAD_SRC" = "gitee" ]; then echo -e "[INFO] Download from ${YELLOW}Gitee${NC} ..." caddy_download_url="https://gitee.com/xxoommd/magic/releases/download/${TAG}/caddy-linux-amd64" - hysteria_download_url="https://gitee.com/xxoommd/magic/releases/download/${TAG}/hysteria-linxu-amd64-avx" + hysteria_download_url="https://gitee.com/xxoommd/magic/releases/download/${TAG}/hysteria-linux-amd64-avx" else echo -e "[INFO] Download from ${YELLOW}Github${NC} ..." caddy_download_url="https://github.com/xxoommd/magic/releases/download/${TAG}/caddy-linux-amd64" - hysteria_download_url="https://github.com/xxoommd/magic/releases/download/${TAG}/hysteria-linxu-amd64-avx" + hysteria_download_url="https://github.com/xxoommd/magic/releases/download/${TAG}/hysteria-linux-amd64-avx" fi # 设置工作目录