"Updates"

This commit is contained in:
2025-12-27 23:35:36 +01:00
parent dbfcd3c79a
commit 633a73efc4
7 changed files with 172 additions and 141 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`
```