Update procursus-deploy-u0.sh

This commit is contained in:
Yaya4 2020-07-20 05:16:13 +02:00 committed by GitHub
parent 11a6bfebe8
commit 55fb057d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,6 @@
if [ $(uname) = "Darwin" ]; then if [ $(uname) = "Darwin" ]; then
if [ $(uname -p) = "arm" ] || [ $(uname -p) = "arm64" ]; 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." 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 ARM=yes
fi fi
fi fi
@ -15,7 +14,6 @@ echo ""
echo "Before you begin: This script includes experimental migration from older bootstraps to Procursus/Odyssey." 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'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." 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 if ! which curl >> /dev/null; then
echo "Error: curl not found" echo "Error: curl not found"