summarylogtreecommitdiffstats
path: root/inav-configurator.install
blob: bdcc1940c85dc6a93594863cbd39c64c3130e4ec (plain)
1
2
3
4
5
6
post_install() {
	echo
	echo -e "\033[0;33mDont forget to add your user to the uucp group for serial access:\033[0m"
	echo "sudo usermod -aG uucp $USER"
	echo
}