diff --git a/Public/init-script-wdd.sh b/Public/init-script-wdd.sh index 217d02e..1e60bab 100644 --- a/Public/init-script-wdd.sh +++ b/Public/init-script-wdd.sh @@ -455,7 +455,7 @@ install_zsh() { install_demand_softwares zsh git || return $? # 脚本会自动更换默认的shell if [[ $deploy_in_cn -eq 1 ]]; then - echo y | REMOTE=https://gitee.com/mirrors/oh-my-zsh.git sh -c "$(curl -fsSL https://gitee.com/mirrors/oh-my-zsh/raw/master/tools/install.sh)" + echo y | REMOTE=https://gitea.107421.xyz/zeaslity/oh-my-zsh.git sh -c "$(curl -fsSL https://gitea.107421.xyz/zeaslity/ohmyzsh/raw/branch/master/tools/install.sh)" else echo y | sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" fi @@ -491,9 +491,9 @@ modify_zsh() { SplitLine cat >~/oh-my-zsh-plugins-list.txt <