File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 6767
6868``` bash
6969# x64
70- curl -L https://gitee.com/RubyMetric/chsrc/releases/download/latest /chsrc-x64-windows.exe -o chsrc.exe
70+ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre /chsrc-x64-windows.exe -o chsrc.exe
7171
7272# x86
73- curl -L https://gitee.com/RubyMetric/chsrc/releases/download/latest /chsrc-x86-windows.exe -o chsrc.exe
73+ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre /chsrc-x86-windows.exe -o chsrc.exe
7474```
7575
7676### Linux
7777
7878``` bash
7979# x64
80- curl -L https://gitee.com/RubyMetric/chsrc/releases/download/latest /chsrc-x64-linux -o chsrc; chmod +x ./chsrc
80+ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre /chsrc-x64-linux -o chsrc; chmod +x ./chsrc
8181
8282# aarch64
83- curl -L https://gitee.com/RubyMetric/chsrc/releases/download/latest /chsrc-aarch64-linux -o chsrc; chmod +x ./chsrc
83+ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre /chsrc-aarch64-linux -o chsrc; chmod +x ./chsrc
8484
8585# riscv64
86- curl -L https://gitee.com/RubyMetric/chsrc/releases/download/latest /chsrc-riscv64-linux -o chsrc; chmod +x ./chsrc
86+ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre /chsrc-riscv64-linux -o chsrc; chmod +x ./chsrc
8787
8888# armv7
89- curl -L https://gitee.com/RubyMetric/chsrc/releases/download/latest /chsrc-armv7-linux -o chsrc; chmod +x ./chsrc
89+ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre /chsrc-armv7-linux -o chsrc; chmod +x ./chsrc
9090```
9191
9292### macOS
@@ -101,10 +101,10 @@ brew install chsrc
101101
102102``` bash
103103# M1/aarch64
104- curl -L https://gitee.com/RubyMetric/chsrc/releases/download/latest /chsrc-aarch64-macos -o chsrc; chmod +x ./chsrc
104+ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre /chsrc-aarch64-macos -o chsrc; chmod +x ./chsrc
105105
106106# x64
107- curl -L https://gitee.com/RubyMetric/chsrc/releases/download/latest /chsrc-x64-macos -o chsrc; chmod +x ./chsrc
107+ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre /chsrc-x64-macos -o chsrc; chmod +x ./chsrc
108108```
109109
110110### BSD
You can’t perform that action at this time.
0 commit comments