更新 README.md
This commit is contained in:
parent
fd3f2e4ee8
commit
7bd7b53deb
@ -2,19 +2,19 @@
|
||||
|
||||
#### via bash
|
||||
```bash
|
||||
bash <(curl -Lso- https://git.io/kernel.sh)
|
||||
bash <(curl -Lso- https://is.gd/Lw7ett)
|
||||
```
|
||||
#### via curl to install script
|
||||
|
||||
```bash
|
||||
curl -O https://raw.githubusercontent.com/jinwyp/one_click_script/master/install_kernel.sh && chmod +x ./install_kernel.sh && ./install_kernel.sh
|
||||
curl -O https://git.kejizero.online/zhao/one_click_script/raw/branch/master/install_kernel.sh && chmod +x ./install_kernel.sh && ./install_kernel.sh
|
||||
```
|
||||
|
||||
|
||||
#### via wget to install script
|
||||
|
||||
```bash
|
||||
wget --no-check-certificate https://raw.githubusercontent.com/jinwyp/one_click_script/master/install_kernel.sh && chmod +x ./install_kernel.sh && ./install_kernel.sh
|
||||
wget --no-check-certificate https://git.kejizero.online/zhao/one_click_script/raw/branch/master/install_kernel.sh && chmod +x ./install_kernel.sh && ./install_kernel.sh
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user