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