summarylogtreecommitdiffstats
path: root/install
blob: a791b7d2d2c9d69c15be804f48a25c12c6840145 (plain)
1
2
3
4
5
6
7
8
9
10

post_install() {
	echo '  WARNING:'
	echo '    To be able to connect to the cube, you need to add yourself to the `uucp` group:'
	echo '    usermod -a -G uucp <username>'
}

post_upgrade() {
	post_install
}