Initial commit
This commit is contained in:
parent
0bda74a70e
commit
1f3153d974
@ -1,18 +1,24 @@
|
|||||||
# PS3
|
# PS3
|
||||||
|
|
||||||
- Download ps3_extract.sh script
|
1. Create Folder for script and downloaded games
|
||||||
|
|
||||||
|
```bash
|
||||||
|
mkdir -p ps3roms && cd ps3roms
|
||||||
|
```
|
||||||
|
|
||||||
|
2. Download ps3_extract.sh script
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget https://git.sthope.dev/sthope/Emulation-and-ROMs/raw/branch/main/PS3/ps3_extract.sh
|
wget https://git.sthope.dev/sthope/Emulation-and-ROMs/raw/branch/main/PS3/ps3_extract.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
- Change the access permissions of script
|
3. Change the access permissions of script
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
chmod +x ps3_extract.sh
|
chmod +x ps3_extract.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
- Put zip inside todo folder and run script
|
4. Put zip inside todo folder and run script
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./ps3_extract.sh
|
./ps3_extract.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user