"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,6 @@
SOQuartz BLADE Baseboard
===
**Input power :**
- DC 5V @ 3A
- 3.5OD / 1.35ID (IEC 60130-10 Type H)
- Barrel DC Jack connector

File diff suppressed because one or more lines are too long

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