blob: c4579c40d9267ea11d43d400a22317dffca4c283 (
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>"
echo ":: Firmwares are installed at /usr/share/proxmark3/firmware"
}
|