mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-12-23 23:01:49 +01:00
Update restore.sh
This commit is contained in:
parent
81d8d43b07
commit
eaa78a7e2b
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user