mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
proxmark3: fix https://github.com/pentoo/pentoo-overlay/issues/1155
This commit is contained in:
parent
7b225d436b
commit
539ee0dfc6
2 changed files with 2 additions and 0 deletions
|
|
@ -153,6 +153,7 @@ src_test() {
|
|||
}
|
||||
|
||||
pkg_postinst() {
|
||||
udev_reload
|
||||
if use firmware; then
|
||||
if use pm3rdv4; then
|
||||
ewarn "Please note, all firmware and recovery files are intended for the Proxmark3 RDV4"
|
||||
|
|
|
|||
|
|
@ -153,6 +153,7 @@ src_test() {
|
|||
}
|
||||
|
||||
pkg_postinst() {
|
||||
udev_reload
|
||||
if use firmware; then
|
||||
if use pm3rdv4; then
|
||||
ewarn "Please note, all firmware and recovery files are intended for the Proxmark3 RDV4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue