summarylogtreecommitdiffstats
path: root/gridmonger.install
blob: 2f88f6e3c8528413506f52638cca1e28205e2355 (plain)
1
2
3
4
post_install() {
echo -e "\033[0;31mWARNING: add your username to the group 'games'(you may have to create the group)"
echo -e "\033[0;31mgroupadd games && usermod -aG games USERNAME"
}