feat: 网站地址去端口
This commit is contained in:
parent
bdaadb921a
commit
5e78bd4650
@ -19,7 +19,7 @@ python3 -m pip install --user --upgrade pynvim
|
|||||||
## 安装
|
## 安装
|
||||||
|
|
||||||
```sh
|
```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`"
|
||||||
```
|
```
|
||||||
|
|
||||||
## 升级
|
## 升级
|
||||||
|
@ -19,7 +19,7 @@ python3 -m pip install --user --upgrade pynvim
|
|||||||
## Install
|
## Install
|
||||||
|
|
||||||
```sh
|
```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
|
## Upgrade
|
||||||
|
@ -29,7 +29,7 @@ done
|
|||||||
|
|
||||||
if [ ! -d "$HOME/.yadr" ]; then
|
if [ ! -d "$HOME/.yadr" ]; then
|
||||||
echo "Installing YADR for the first time"
|
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"
|
cd "$HOME/.yadr"
|
||||||
[ "$1" = "ask" ] && export ASK="true"
|
[ "$1" = "ask" ] && export ASK="true"
|
||||||
rake install
|
rake install
|
||||||
|
Loading…
Reference in New Issue
Block a user