mirror of
https://github.com/RubyMetric/chsrc
synced 2025-08-14 00:20:47 +08:00
Inform to use Wget
This commit is contained in:
parent
895d0b4823
commit
eb51b1d7d3
@ -7,7 +7,7 @@
|
||||
! Contributors : Mikachu2333 <mikachu.23333@zohomail.com>
|
||||
! |
|
||||
! Created On : <2023-12-28>
|
||||
! Last Modified : <2025-07-12>
|
||||
! Last Modified : <2025-07-14>
|
||||
! ---------------------------------------------------------- -->
|
||||
|
||||
<div align="center">
|
||||
@ -170,6 +170,9 @@ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc-x86-windo
|
||||
# x64
|
||||
$ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc_latest-1_amd64.deb -o chsrc_latest-1_amd64.deb
|
||||
|
||||
# 也可以使用 Wget
|
||||
wget https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc_latest-1_amd64.deb -O chsrc_latest-1_amd64.deb
|
||||
|
||||
$ sudo apt install ./chsrc_latest-1_amd64.deb
|
||||
# 或
|
||||
$ sudo sudo dpkg -i chsrc_latest-1_amd64.deb
|
||||
@ -196,6 +199,9 @@ $ yay -S chsrc # Build from GitHub Release
|
||||
# 非root用户默认安装至 ~/.local/bin
|
||||
$ curl https://chsrc.run/posix | bash
|
||||
|
||||
# 也可以使用 Wget
|
||||
$ wget -O - https://chsrc.run/posix | bash
|
||||
|
||||
# root用户默认安装至 /usr/local/bin
|
||||
$ curl https://chsrc.run/posix | sudo bash
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user