2024-04-28 04:23:38 +02:00

20 lines
297 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
```
- Change the access permissions of script
```bash
chmod +x ps3_extract.sh
```
- Put zip inside todo folder and run script
```bash
./ps3_extract.sh
```