summarylogtreecommitdiffstats
path: root/proxmark3-iceman-git.install
blob: b4fa113a633c0008704fbfdff0b9e752f304c3e1 (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>"
}