summarylogtreecommitdiffstats
path: root/aseba-git.install
blob: 9434f1948fee020bccd9b149da2ee47003ea1e21 (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"
}