添加 README.md
This commit is contained in:
parent
1609a31a09
commit
fd3f2e4ee8
22
README.md
Normal file
22
README.md
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
## Installation
|
||||||
|
|
||||||
|
#### via bash
|
||||||
|
```bash
|
||||||
|
bash <(curl -Lso- https://git.io/kernel.sh)
|
||||||
|
```
|
||||||
|
#### 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
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
#### 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
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|

|
Loading…
Reference in New Issue
Block a user