summarylogtreecommitdiffstats
path: root/cahute.install
blob: 4284b1e09e50634bae717a9f41fa3569851432cb (plain)
1
2
3
4
post_install() {
	echo "You may want to add you to the uucp group for access to serial and USB devices, by running the following command as root then restarting your session:
	usermod -a -G uucp <your-username>"
}