aircrack-ng: add post-installation instruction as caveats

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Rich Hong 2010-05-10 11:14:59 -04:00 committed by Adam Vandenberg
parent aac2513938
commit 963ece0d30

View file

@ -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