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 {