diff --git a/lib-core.sh b/lib-core.sh index 13e3a65..7080b50 100755 --- a/lib-core.sh +++ b/lib-core.sh @@ -318,7 +318,7 @@ signal_error() { prompt -e "REPO : ${repo_ver}\n" if [[ "$(grep -ril "Release" "${WHITESUR_TMP_DIR}/error_log.txt")" == "${WHITESUR_TMP_DIR}/error_log.txt" ]]; then - prompt -i "HINT: You can run: 'sudo apt install sassc libglib2.0-dev libxml2-utils' on ubuntu 18.04 or 'sudo apt install sassc libglib2.0-dev-bin' on ubuntu >= 20.04 \n" + prompt -w "HINT: You can run: 'sudo apt install sassc libglib2.0-dev libxml2-utils' on ubuntu 18.04 or 'sudo apt install sassc libglib2.0-dev-bin' on ubuntu >= 20.04 \n" fi prompt -i "HINT: You can google or report to us the info above \n"