File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
# Install old version
14
14
15
15
``` shell
16
- source <( curl -L https://github.com/trojanpanel/install-script/raw/main/archive/install_script_$ {old_version} .sh)
16
+ source <( curl -L https://github.com/trojanpanel/install-script/raw/main/archive/install_script_{old_version}.sh)
17
17
```
18
18
19
19
explanation of params:
20
20
21
- - ` $ {old_version}` : version number
21
+ - ` {old_version} ` : old version number
Original file line number Diff line number Diff line change 13
13
## 安装旧版
14
14
15
15
``` shell
16
- source <( curl -L https://github.com/trojanpanel/install-script/raw/main/archive/install_script_$ {old_version} .sh)
16
+ source <( curl -L https://github.com/trojanpanel/install-script/raw/main/archive/install_script_{old_version}.sh)
17
17
```
18
18
19
19
参数解释:
20
20
21
- - ` $ {old_version}` : 版本号
21
+ - ` {old_version} ` : 旧版本号
You can’t perform that action at this time.
0 commit comments