diff --git a/README.md b/README.md index 2c4743e..231a235 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ python3 -m pip install --user --upgrade pynvim ## 安装 ```sh -bash -c "`curl -fsSL https://git.bitnet.fun:5004/Gaze/dotar/raw/branch/master/install.sh`" +bash -c "`curl -fsSL https://git.bitnet.fun/Gaze/dotar/raw/branch/master/install.sh`" ``` ## 升级 diff --git a/README_EN.md b/README_EN.md index bb3b86e..f82ea0c 100644 --- a/README_EN.md +++ b/README_EN.md @@ -19,7 +19,7 @@ python3 -m pip install --user --upgrade pynvim ## Install ```sh -bash -c "`curl -fsSL https://git.bitnet.fun:5004/Gaze/dotar/raw/commit/21638953a830aa657b1e0fe1b14ff65a1694ef60/install.sh`" +bash -c "`curl -fsSL https://git.bitnet.fun/Gaze/dotar/raw/commit/21638953a830aa657b1e0fe1b14ff65a1694ef60/install.sh`" ``` ## Upgrade diff --git a/install.sh b/install.sh index 05f78d6..72599dd 100755 --- a/install.sh +++ b/install.sh @@ -29,7 +29,7 @@ done if [ ! -d "$HOME/.yadr" ]; then echo "Installing YADR for the first time" - git clone --depth=1 https://git.bitnet.fun:5004/Gaze/dotar.git "$HOME/.yadr" + git clone --depth=1 https://git.bitnet.fun/Gaze/dotar.git "$HOME/.yadr" cd "$HOME/.yadr" [ "$1" = "ask" ] && export ASK="true" rake install