From d3c710aca93864d08e1b7b1f1c3ec038ffcdd648 Mon Sep 17 00:00:00 2001 From: edwin170 Date: Tue, 28 May 2024 10:39:23 -0400 Subject: [PATCH] fixing futurerestore command --- downr1n.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/downr1n.sh b/downr1n.sh index 9254b8c..a2e4aa2 100755 --- a/downr1n.sh +++ b/downr1n.sh @@ -1332,8 +1332,8 @@ if [ true ]; then _runFuturerestore sleep 2 - printb "if futurerestore failed you can try execute the command below" - printb -e "\033[1;33mif futurerestore didn't finish succesfully please try to run (with sudo or without) this command:\033[0m \033[1m$dir/futurerestore -t blobs/$deviceid-$version.shsh2 --use-pwndfu --skip-blob --rdsk work/rdsk.im4p --rkrn work/krnl.im4p --latest-sep $HasBaseband $ipsw\033[0m" + printg "if futurerestore failed you can try execute the command below" + echo -e "\033[1;33mif futurerestore didn't finish succesfully please try to run (with sudo or without) this command:\033[0m \033[1m$dir/futurerestore -t blobs/$deviceid-$version.shsh2 --use-pwndfu --skip-blob --rdsk work/rdsk.im4p --rkrn work/krnl.im4p --latest-sep $HasBaseband $ipsw\033[0m" printb "if futurerestore restore sucess, you can boot using --boot" fi