Update installuncursus.sh

This commit is contained in:
Yaya4 2020-08-02 05:10:53 +02:00 committed by GitHub
parent 035abbdd58
commit 71c0589cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ if [ $(uname) = "Linux" ]; then
fi
if [[ "${PC}" = yes ]]; then
echo "Use This On SSH Over IP Session Thanks On Your Idevice"
exit 1
else
echo "ARM Darwin Dectected Running ..."
echo "Checking If Is A Clean Install Of Unc0ver..."
@ -27,6 +28,7 @@ if [[ -f "/.installed_unc0ver" ]]; then
fi
if [[ "${u0}" = no ]]; then
echo "Use Unc0ver Thanks"
exit 1
else
echo "Unc0ver Dectected"
echo "WARNING: I'M NOT RESPONSIBLE IF ANYTHING GOES WRONG"