summarylogtreecommitdiffstats
path: root/teensyduino.install
blob: 9087ddaa09acec9b18ac9b77800892d484828f10 (plain)
1
2
3
4
5
post_install() {
  echo "Add yourself to the uucp group to access the serial ports:"
  echo "sudo usermod -a -G uucp <user>"
}