Update procursus-deploy-u0.sh
This commit is contained in:
parent
11a6bfebe8
commit
55fb057d68
@ -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"
|
||||
|
Reference in New Issue
Block a user