File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 77 ! Contributors : Mikachu2333 <[email protected] > 88 ! |
99 ! Created On : <2023-12-28>
10- ! Last Modified : <2025-07-12 >
10+ ! Last Modified : <2025-07-14 >
1111 ! ---------------------------------------------------------- -->
1212
1313<div align =" center " >
@@ -170,6 +170,9 @@ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc-x86-windo
170170# x64
171171$ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc_latest-1_amd64.deb -o chsrc_latest-1_amd64.deb
172172
173+ # 也可以使用 Wget
174+ wget https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc_latest-1_amd64.deb -O chsrc_latest-1_amd64.deb
175+
173176$ sudo apt install ./chsrc_latest-1_amd64.deb
174177# 或
175178$ sudo sudo dpkg -i chsrc_latest-1_amd64.deb
@@ -196,6 +199,9 @@ $ yay -S chsrc # Build from GitHub Release
196199# 非root用户默认安装至 ~/.local/bin
197200$ curl https://chsrc.run/posix | bash
198201
202+ # 也可以使用 Wget
203+ $ wget -O - https://chsrc.run/posix | bash
204+
199205# root用户默认安装至 /usr/local/bin
200206$ curl https://chsrc.run/posix | sudo bash
201207
You can’t perform that action at this time.
0 commit comments