summarylogtreecommitdiffstats
path: root/proxmark3-iceman-git.install
blob: dadec68fc0757b026f87a690861af7e6c4ac0853 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    echo ":: Add yourself to the uucp group to access the serial ports:"
    echo "   sudo usermod -a -G uucp \$USER"
    echo "   sudo udevadm control --reload-rules"
    echo ":: Firmwares are installed at /usr/share/proxmark3/firmware"
}

pre_upgrade() {
    post_install
}