Update installuncursus.sh

This commit is contained in:
Yaya4 2020-08-11 03:20:36 +02:00 committed by GitHub
parent b6867f8a5e
commit 478bd48007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ echo "Use this script with SSH over an IP session on your iDevice. Thanks."
exit 1
else
echo "ARM Darwin detected, running..."
echo "Checking if you're using a clean install of unc0ver..."
echo "Checking if you're using unc0ver..."
if [[ -f "/.installed_unc0ver" ]]; then
u0=yes
else