From 73fff587a622021003ef239347139cc959b98992 Mon Sep 17 00:00:00 2001 From: LukeeGD Date: Fri, 6 Mar 2020 07:46:08 +0800 Subject: [PATCH] Attempt to fix macOS dependency install --- restore.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/restore.sh b/restore.sh index 4c2a9f9..ddae5f6 100755 --- a/restore.sh +++ b/restore.sh @@ -390,7 +390,9 @@ function macOS { brew uninstall --ignore-dependencies libimobiledevice brew install --HEAD usbmuxd brew install --HEAD libimobiledevice - brew install libzip openssl lsusb ifuse python3 + brew install libzip lsusb + brew cask install osxfuse + brew install ifuse } function Ubuntu {