From ce2eb8bd9892be54216c0c985bfd27b9c6d2406c Mon Sep 17 00:00:00 2001 From: LukeeGD Date: Tue, 31 Mar 2020 22:53:05 +0800 Subject: [PATCH] Remove macOS warning --- restore.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/restore.sh b/restore.sh index 2616120..071089d 100755 --- a/restore.sh +++ b/restore.sh @@ -370,12 +370,6 @@ function Arch { } function macOS { - read -p "[Input] Warning: macOS dependency install script is not fully tested and supported. Continue anyway? (y/N) " Continue - if [[ $Continue != y ]] && [[ $Continue != Y ]]; then - echo "[Error] Please install these dependencies manually with brew to proceed:" - echo "libimobiledevice, usbmuxd, libzip, lsusb, osxfuse, ifuse" - exit - fi if [[ ! $(which brew) ]]; then echo "[Log] Homebrew is not detected/installed, installing Homebrew..." /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"