Skip to content

Commit

Permalink
Update lib-core.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Oct 27, 2022
1 parent 5ada212 commit 578515e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib-core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 578515e

Please sign in to comment.