From 55fb057d68721c4c7f903d96dc9b13d81b7f6cce Mon Sep 17 00:00:00 2001 From: Yaya4 <34249303+Yaya48@users.noreply.github.com> Date: Mon, 20 Jul 2020 05:16:13 +0200 Subject: [PATCH] Update procursus-deploy-u0.sh --- procursus-deploy-u0.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/procursus-deploy-u0.sh b/procursus-deploy-u0.sh index ed1ddf7..a056e7b 100644 --- a/procursus-deploy-u0.sh +++ b/procursus-deploy-u0.sh @@ -2,7 +2,6 @@ if [ $(uname) = "Darwin" ]; then if [ $(uname -p) = "arm" ] || [ $(uname -p) = "arm64" ]; then echo "It's recommended this script be ran on macOS/Linux with a clean iOS device running checkra1n attached unless migrating from older bootstrap." - read -p "Press enter to continue" ARM=yes fi fi @@ -15,7 +14,6 @@ echo "" echo "Before you begin: This script includes experimental migration from older bootstraps to Procursus/Odyssey." echo "If you're already jailbroken, you can run this script on the checkra1n device." echo "If you'd rather start clean, please Reset System via the Loader app first." -read -p "Press enter to continue" if ! which curl >> /dev/null; then echo "Error: curl not found"