summarylogtreecommitdiffstats
path: root/qb64.install
diff options
context:
space:
mode:
Diffstat (limited to 'qb64.install')
-rw-r--r--qb64.install4
1 files changed, 3 insertions, 1 deletions
diff --git a/qb64.install b/qb64.install
index 97c4a6e5e1d1..d37f33b89ff2 100644
--- a/qb64.install
+++ b/qb64.install
@@ -1,7 +1,9 @@
post_install() {
getent group qb64 &> /dev/null || groupadd qb64
chgrp -R qb64 /opt/qb64/internal
- echo 'To use qb64, you must be a member of the qb64 group.'
+ echo -e "\e[1;33m" # yellow
+ echo 'To use QB64, you must be a member of the qb64 group.'
echo "Run \`usermod $(logname) -a -G qb64`` to add your user to the group,"
echo 'then log out and log back in.'
+ echo -e "\e[1;0m" # default
}