Skip to content

Commit cda7c50

Browse files
committed
fix: archive
1 parent a541b0b commit cda7c50

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README_ARCHIVE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
# Install old version
1414

1515
```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)
1717
```
1818

1919
explanation of params:
2020

21-
- `${old_version}`: version number
21+
- `{old_version}`: old version number

README_ARCHIVE_ZH.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
## 安装旧版
1414

1515
```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)
1717
```
1818

1919
参数解释:
2020

21-
- `${old_version}`: 版本号
21+
- `{old_version}`: 旧版本号

0 commit comments

Comments
 (0)