feat: 网站地址去端口

This commit is contained in:
gaze 2024-12-05 10:52:20 +08:00
parent bdaadb921a
commit 5e78bd4650
3 changed files with 3 additions and 3 deletions

View File

@ -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`"
```
## 升级

View File

@ -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

View File

@ -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