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