oh sasa : )

This commit is contained in:
edwin170 2024-02-15 21:26:55 -04:00
parent 6335eb5c17
commit 8f38477d7f

View file

@ -383,7 +383,7 @@ _kill_if_running() {
_runFuturerestore() {
read -p "Press ENTER to continue with futurerestore, your device will start to restoring <-"
rm -rf /tmp/futurerestore/
if [ "$os" == "Linux"]; then
if [ "$os" == "Linux" ]; then
sudo -u $SUDO_USER \
"$dir"/futurerestore -t blobs/"$deviceid"-"$version".shsh2 --use-pwndfu --skip-blob \
--rdsk work/rdsk.im4p --rkrn work/krnl.im4p \