From 6589f177d9f88d4d72b2eb512a8addec8b7d4ac4 Mon Sep 17 00:00:00 2001 From: Yaya4 <34249303+Yaya48@users.noreply.github.com> Date: Mon, 20 Jul 2020 05:21:48 +0200 Subject: [PATCH] Update procursus-deploy-u0.sh --- procursus-deploy-u0.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/procursus-deploy-u0.sh b/procursus-deploy-u0.sh index 90dc0b9..ae2c507 100644 --- a/procursus-deploy-u0.sh +++ b/procursus-deploy-u0.sh @@ -1,5 +1,11 @@ #!/bin/bash - +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." + ARM=yes + fi + fi + echo "odysseyra1n deployment script" echo "(C) 2020, CoolStar. All Rights Reserved" echo "Uncursus Version"