17 lines
369 B
Markdown
17 lines
369 B
Markdown
# GamePiZero
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
curl -L https://git.exystem.net/miho/gamepizero-dist/raw/branch/main/gamepizero.sh -o gamepizero.sh
|
|
chmod +x gamepizero.sh
|
|
sudo ./gamepizero.sh install
|
|
```
|
|
|
|
## Update
|
|
|
|
```bash
|
|
curl -L https://git.exystem.net/miho/gamepizero-dist/raw/branch/main/gamepizero.sh -o gamepizero.sh
|
|
chmod +x gamepizero.sh
|
|
sudo ./gamepizero.sh update
|
|
``` |