From eaa78a7e2ba999175dc8d6861103e515f43567c6 Mon Sep 17 00:00:00 2001 From: LukeeGD Date: Fri, 17 Apr 2020 11:18:24 +0800 Subject: [PATCH] Update restore.sh --- restore.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/restore.sh b/restore.sh index c8fefe6..ab45483 100755 --- a/restore.sh +++ b/restore.sh @@ -309,7 +309,7 @@ function InstallDependencies { elif [[ $OSTYPE == "darwin"* ]]; then macOS else - Error "Distro not detected/supported by install script." "See the repo README for Linux distros tested on" + Error "Distro not detected/supported by install script." "See the repo README for OS versions/distros tested on" fi Log "Install script done! Please run the script again to proceed" } @@ -331,7 +331,7 @@ function macOS { brew uninstall --ignore-dependencies libimobiledevice brew install --HEAD usbmuxd brew install --HEAD libimobiledevice - brew install libzip lsusb + brew install libzip lsusb python3 brew cask install osxfuse brew install ifuse }