Skip to content

Commit

Permalink
Update soga.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxilu authored Jul 31, 2021
1 parent 2295e4a commit 377d210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions soga.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 377d210

Please sign in to comment.