summarylogtreecommitdiffstats
path: root/lckfb-dqx-ra6e2-meta.install
blob: 9ec04cec67cc3113eb2de7c31a0eecc82c92b56b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
	echo "---------------------------------------------------------------"
	echo ":: Earth Star RA6E2 wiki / 地奇星 RA6E2 维基: "
	echo "   xdg-open https://wiki.lckfb.com/zh-hans/a6e2/"
	echo ":: Add yourself to the uucp group to access the serial ports:"
        echo "   sudo gpasswd -aG \$USER uucp"
        echo "   sudo udevadm control --reload-rules"
	echo "   newgrp uucp"
	echo "---------------------------------------------------------------"
}

post_upgrade() {
	post_install
}