This commit is contained in:
2026-01-28 16:54:06 +01:00
parent 213c2836f9
commit 493eb0ed90
73 changed files with 0 additions and 0 deletions

View 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`
```