Update README.md
parent
379872af3e
commit
5f735fd798
|
|
@ -3,6 +3,8 @@
|
|||
## Installation
|
||||
|
||||
```bash
|
||||
sudo -i
|
||||
cd /opt
|
||||
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
|
||||
|
|
@ -11,6 +13,8 @@ sudo ./gamepizero.sh install
|
|||
## Update
|
||||
|
||||
```bash
|
||||
sudo -i
|
||||
cd /opt
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue