26 lines
394 B
Markdown
26 lines
394 B
Markdown
# PS3
|
|
|
|
1. Create Folder for script and downloaded games
|
|
|
|
```bash
|
|
mkdir -p ps3roms && cd ps3roms
|
|
```
|
|
|
|
2. Download ps3_extract.sh script
|
|
|
|
```bash
|
|
wget https://git.sthope.dev/sthope/Emulation-and-ROMs/raw/branch/main/PS3/ps3_extract.sh
|
|
```
|
|
|
|
3. Change the access permissions of script
|
|
|
|
```bash
|
|
chmod +x ps3_extract.sh
|
|
```
|
|
|
|
4. Put zip inside todo folder and run script
|
|
|
|
```bash
|
|
./ps3_extract.sh
|
|
```
|