Update restore.sh

This commit is contained in:
LukeeGD 2020-04-17 11:18:24 +08:00
parent 81d8d43b07
commit eaa78a7e2b

View File

@ -309,7 +309,7 @@ function InstallDependencies {
elif [[ $OSTYPE == "darwin"* ]]; then elif [[ $OSTYPE == "darwin"* ]]; then
macOS macOS
else 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 fi
Log "Install script done! Please run the script again to proceed" Log "Install script done! Please run the script again to proceed"
} }
@ -331,7 +331,7 @@ function macOS {
brew uninstall --ignore-dependencies libimobiledevice brew uninstall --ignore-dependencies libimobiledevice
brew install --HEAD usbmuxd brew install --HEAD usbmuxd
brew install --HEAD libimobiledevice brew install --HEAD libimobiledevice
brew install libzip lsusb brew install libzip lsusb python3
brew cask install osxfuse brew cask install osxfuse
brew install ifuse brew install ifuse
} }