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