Update README.md
parent
379872af3e
commit
5f735fd798
|
|
@ -3,6 +3,8 @@
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
sudo -i
|
||||||
|
cd /opt
|
||||||
curl -L https://git.exystem.net/miho/gamepizero-dist/raw/branch/main/gamepizero.sh -o gamepizero.sh
|
curl -L https://git.exystem.net/miho/gamepizero-dist/raw/branch/main/gamepizero.sh -o gamepizero.sh
|
||||||
chmod +x gamepizero.sh
|
chmod +x gamepizero.sh
|
||||||
sudo ./gamepizero.sh install
|
sudo ./gamepizero.sh install
|
||||||
|
|
@ -11,6 +13,8 @@ sudo ./gamepizero.sh install
|
||||||
## Update
|
## Update
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
sudo -i
|
||||||
|
cd /opt
|
||||||
curl -L https://git.exystem.net/miho/gamepizero-dist/raw/branch/main/gamepizero.sh -o gamepizero.sh
|
curl -L https://git.exystem.net/miho/gamepizero-dist/raw/branch/main/gamepizero.sh -o gamepizero.sh
|
||||||
chmod +x gamepizero.sh
|
chmod +x gamepizero.sh
|
||||||
sudo ./gamepizero.sh update
|
sudo ./gamepizero.sh update
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue