From 377d2105921d8b02af208bfae32e5481cc6caccb Mon Sep 17 00:00:00 2001 From: sprov <47310637+sprov065@users.noreply.github.com> Date: Sat, 31 Jul 2021 14:18:14 +0800 Subject: [PATCH] Update soga.sh --- soga.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soga.sh b/soga.sh index b4f119c..ad8bccc 100644 --- a/soga.sh +++ b/soga.sh @@ -84,7 +84,7 @@ before_show_menu() { } install() { - bash <(curl -Ls https://blog.sprov.xyz/soga.sh) + bash <(curl -Ls https://raw.githubusercontent.com/sprov065/soga/master/install.sh) if [[ $? == 0 ]]; then if [[ $# == 0 ]]; then start @@ -108,7 +108,7 @@ update() { # fi # return 0 # fi - bash <(curl -Ls https://blog.sprov.xyz/soga.sh) $version + bash <(curl -Ls https://raw.githubusercontent.com/sprov065/soga/master/install.sh) $version if [[ $? == 0 ]]; then echo -e "${green}更新完成,已自动重启 soga,请使用 soga log 查看运行日志${plain}" exit