aircrack-ng: add post-installation instruction as caveats
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
aac2513938
commit
963ece0d30
1 changed files with 7 additions and 0 deletions
|
@ -17,4 +17,11 @@ class AircrackNg <Formula
|
|||
system "make"
|
||||
system "make", "prefix=#{prefix}", "mandir=#{man1}", "install"
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<-EOS.undent
|
||||
Run `airodump-ng-oui-update` as root (or with sudo) to install or update
|
||||
the Airodump-ng OUI file.
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue