diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-11-05 16:48:14 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-11-05 16:48:14 -0300 |
commit | 4e5c5c74108718b08a021991b314d6a68d829544 (patch) | |
tree | 4a5430a3dbffc72e3dee032defe410a17e688bae | |
parent | 070d785ab1f5a72ed52680b18a5120bb2c46c847 (diff) |
Note on aur usage
-rwxr-xr-x | aur | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ function usage { echo echo "This script will download packages from aur to the current dir" echo "and check their license for nonfree issues." + echo + echo "Note: it depends on abs to be updated." + echo "Install 'abs-libre' and run \`abs\` as root before working with $0" } while getopts 'h' arg; do |