diff --git a/procursus-deploy-u0.sh b/procursus-deploy-u0.sh index a056e7b..90dc0b9 100644 --- a/procursus-deploy-u0.sh +++ b/procursus-deploy-u0.sh @@ -1,10 +1,4 @@ #!/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"