Fix a typo

its a helpful message and all, but it cant help if it wont show up lol
This commit is contained in:
LukeZGD 2024-06-11 19:38:13 +08:00
parent e76afdf980
commit 02ced1b11d

View File

@ -259,7 +259,7 @@ set_tool_paths() {
local error_msg="* You need to install curl from MacPorts. (MacPorts is recommended instead of Homebrew)"
error_msg+=$'\n* Please read the wiki and install the requirements needed in MacPorts: https://github.com/LukeZGD/Legacy-iOS-Kit/wiki/How-to-Use'
error_msg+=$'\n* Also make sure that /opt/local/bin (or /usr/local/bin) is in your $PATH.'
errpr_msg+=$'\n* You may try running this command: export PATH="/opt/local/bin:$PATH"'
error_msg+=$'\n* You may try running this command: export PATH="/opt/local/bin:$PATH"'
error "Outdated curl detected, cannot continue." "$error_msg"
fi
fi