Initial commit
This commit is contained in:
parent
1f3153d974
commit
9fc746ce50
@ -19,7 +19,18 @@ chmod +x ps3_extract.sh
|
|||||||
```
|
```
|
||||||
|
|
||||||
4. Put zip inside todo folder and run script
|
4. Put zip inside todo folder and run script
|
||||||
|
```
|
||||||
|
MODE=[--extract-all|--decrypt-all|--extract-decrypted-all|--need-dkey|--all]
|
||||||
|
|
||||||
|
SAVE=[--decrypted_isos|--extracted_isos|--zip_folder|--encrypted_isos]
|
||||||
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./ps3_extract.sh
|
./ps3_extract.sh {MODE} {SAVE}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## All in One
|
||||||
|
|
||||||
|
```bash
|
||||||
|
mkdir -p ps3roms && cd ps3roms && wget https://git.sthope.dev/sthope/Emulation-and-ROMs/raw/branch/main/PS3/ps3_extract.sh && chmod +x ps3_extract.sh
|
||||||
|
```
|
@ -125,11 +125,6 @@ decrypt_with_dkeys() {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
# cleanup() {
|
|
||||||
# mv $EXTRACTED_ISO ./
|
|
||||||
# rm -rf "$DONE_FOLDER"
|
|
||||||
# }
|
|
||||||
|
|
||||||
cleanup() {
|
cleanup() {
|
||||||
case "$1" in
|
case "$1" in
|
||||||
--decrypted_isos)
|
--decrypted_isos)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user