aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorRich Hong2010-05-10 11:14:59 -0400
committerAdam Vandenberg2010-05-12 22:13:41 -0700
commit2d5407fae927e1cfe2f8402e5f3b52701689cd98 (patch)
treef4283af1b67a641ca5fbc59e4b5106b3cb062eeb /Library
parentb6cd5a7c236c234cecbb6ea6388cff05e72a37e6 (diff)
downloadhomebrew-2d5407fae927e1cfe2f8402e5f3b52701689cd98.tar.bz2
aircrack-ng: add post-installation instruction as caveats
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/aircrack-ng.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/aircrack-ng.rb b/Library/Formula/aircrack-ng.rb
index 3b040f362..bdb951fd5 100644
--- a/Library/Formula/aircrack-ng.rb
+++ b/Library/Formula/aircrack-ng.rb
@@ -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