diff options
author | EUcancER <root@euer.krebsco.de> | 2012-01-04 01:21:32 +0100 |
---|---|---|
committer | EUcancER <root@euer.krebsco.de> | 2012-01-04 01:21:32 +0100 |
commit | 24bb9307b394a09cbafaa6591dd531d703df4ae7 (patch) | |
tree | 2d3d940ad0882dab422766a5077ae1c216c6e229 /punani/bin | |
parent | 1b1b253786561e0070b9efae69101f1fee45a752 (diff) |
//punani:using correct parameters
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 |