"Updates"
This commit is contained in:
21
Turing Pi/x730 script (Geekworm).md
Normal file
21
Turing Pi/x730 script (Geekworm).md
Normal file
@@ -0,0 +1,21 @@
|
||||
x730 script (Geekworm)
|
||||
========================
|
||||
#### Install
|
||||
```bash
|
||||
mkdir x730
|
||||
|
||||
cd x730
|
||||
|
||||
wget https://raw.githubusercontent.com/geekworm-com/x730-script/master/x730.sh
|
||||
|
||||
sudo chmod +x x730.sh
|
||||
|
||||
sudo bash x730.sh
|
||||
printf "%s\\n" "alias piOff='sudo x730shutdown.sh'" >> ~/.bashrc
|
||||
|
||||
sudo reboot
|
||||
```
|
||||
#### Safe shutdown
|
||||
```bash
|
||||
`piOff`
|
||||
```
|
||||
Reference in New Issue
Block a user