From 578515e6711b1540cb4eb35e75ce4ed276a3c8aa Mon Sep 17 00:00:00 2001 From: Vince Date: Thu, 27 Oct 2022 21:29:05 +0800 Subject: [PATCH] Update lib-core.sh --- lib-core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"