diff --git a/virtualmin-install.sh b/virtualmin-install.sh index 7b8713e..1d1e146 100644 --- a/virtualmin-install.sh +++ b/virtualmin-install.sh @@ -366,7 +366,7 @@ grade_b_system() { if grade_b_system && [ "$unstable" != 'unstable' ]; then log_error "Unsupported operating system detected. You may be able to install with" - log_error "the --unstable flag, but this is not recommended. Consult the installation" + log_error "${YELLOW}--unstable${NORMAL} flag, but this is not recommended. Consult the installation" log_error "documentation." exit 1 fi