We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deb
1 parent 50d6324 commit a7b5506Copy full SHA for a7b5506
1 file changed
README.md
@@ -7,7 +7,7 @@
7
! Contributors : Nul None <nul@none.org>
8
! |
9
! Created On : <2023-12-28>
10
- ! Last Modified : <2025-06-15>
+ ! Last Modified : <2025-06-16>
11
! ---------------------------------------------------------- -->
12
13
<div align="center">
@@ -158,9 +158,12 @@ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc-x86-windo
158
- 可通过 `apt`/`dpkg` 安装,感谢 [@sanchuanhehe]
159
160
```bash
161
-$ sudo apt install ./chsrc_<ver>_<arch>.deb
+# x64
162
+$ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc_latest-1_amd64.deb -o chsrc_latest-1_amd64.deb
163
+
164
+$ sudo apt install ./chsrc_latest-1_amd64.deb
165
# 或
-$ sudo sudo dpkg -i chsrc_<ver>_<arch>.deb
166
+$ sudo sudo dpkg -i chsrc_latest-1_amd64.deb
167
```
168
169
<br>
0 commit comments