summarylogtreecommitdiffstats
path: root/qb64.install
diff options
context:
space:
mode:
authorAlex Henrie2022-12-23 00:02:08 -0700
committerAlex Henrie2022-12-23 00:02:08 -0700
commit29df9562c7d33c34fb7aed5f75950c3245328cf6 (patch)
tree3f89f6847575d5dcbee26b53548e6381bc53d331 /qb64.install
parent7c3a14150137f915f1e590380bdbcb2166f16bb7 (diff)
downloadaur-29df9562c7d33c34fb7aed5f75950c3245328cf6.tar.gz
Make usage instructions more visible
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
}