summarylogtreecommitdiffstats
path: root/jesc-configurator-bin.install
blob: e589ed0672e0ff01b90950aeda73062f070c459b (plain)
1
2
3
4
5
6
## arg 1:  the new package version
post_install() {
  printf "\nVisit https://jflight.net, to purchase the telemetry licenses.\n"
  printf "Add your user to the 'uucp' group, to allow serial port access.\n"
  printf "For example: 'sudo usermod -Ga uucp $USER'\n\n"
}