Attempt to fix macOS dependency install

This commit is contained in:
LukeeGD 2020-03-06 07:46:08 +08:00
parent d8b65eaa9e
commit 73fff587a6

View File

@ -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 {