20 lines
263 B
Markdown
20 lines
263 B
Markdown
# PS3
|
|
|
|
- Download ps3_extract.sh script
|
|
|
|
```bash
|
|
wget https://git.sthope.dev/sthope/Emulation-and-ROMs/raw/branch/main/PS3/ps3_extract.sh
|
|
```
|
|
|
|
- Chmod
|
|
|
|
```bash
|
|
chmod +x ps3_extract.sh
|
|
```
|
|
|
|
- Put zip inside todo folder and run script
|
|
|
|
```bash
|
|
./ps3_extract.sh
|
|
```
|