summarylogtreecommitdiffstats
path: root/artery-isp-console-bin.install
blob: c94b419cfa0a854eb5e8d627e858639712d70c9e (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	echo "---------------------------------------------------------------"
	echo ":: Add yourself to the uucp group to access the serial ports: https://wiki.archlinux.org/index.php/udev#Loading_new_rules"
    echo "   sudo gpasswd -aG \$USER uucp"
    echo "   sudo udevadm control --reload-rules"
	echo "---------------------------------------------------------------"
}

post_upgrade() {
	post_install
}