diff options
author | makefu <github@syntax-fehler.de> | 2012-01-04 13:09:05 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2012-01-04 13:09:05 +0100 |
commit | a7f3e59a37f6b59738fe33d7e3d0953f8461f361 (patch) | |
tree | d83b4f994bf7ba54ed03ad674b336fab42bc4481 /punani/bin | |
parent | d67c6825b2d5f7ab6a66858fbe93194650ef57b2 (diff) | |
parent | 91d6fc8971483bf8e1fed7d649f966d180e23956 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'punani/bin')
-rwxr-xr-x | punani/bin/punani | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/punani/bin/punani b/punani/bin/punani index 3f11cec8..97c7ac85 100755 --- a/punani/bin/punani +++ b/punani/bin/punani @@ -25,8 +25,8 @@ elif for PACKER_CMD in bauerbill packer yaourt pacman elif for PACKER_CMD in aptitude apt-get do type $PACKER_CMD 2>/dev/null 1>&2 && break; done; then - INSTALL_PARAM='--yes install' - REMOVE_PARAM='--yes remove' + INSTALL_PARAM='-y install' + REMOVE_PARAM='-y remove' else echo "Error 2: no known package manager found; no punani for you!" >&2 |