mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-30 11:54:18 +01:00
Remove macOS warning
This commit is contained in:
parent
1c82716f52
commit
ce2eb8bd98
@ -370,12 +370,6 @@ function Arch {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function macOS {
|
function macOS {
|
||||||
read -p "[Input] Warning: macOS dependency install script is not fully tested and supported. Continue anyway? (y/N) " Continue
|
|
||||||
if [[ $Continue != y ]] && [[ $Continue != Y ]]; then
|
|
||||||
echo "[Error] Please install these dependencies manually with brew to proceed:"
|
|
||||||
echo "libimobiledevice, usbmuxd, libzip, lsusb, osxfuse, ifuse"
|
|
||||||
exit
|
|
||||||
fi
|
|
||||||
if [[ ! $(which brew) ]]; then
|
if [[ ! $(which brew) ]]; then
|
||||||
echo "[Log] Homebrew is not detected/installed, installing Homebrew..."
|
echo "[Log] Homebrew is not detected/installed, installing Homebrew..."
|
||||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||||
|
Loading…
Reference in New Issue
Block a user