packer icon indicating copy to clipboard operation
packer copied to clipboard

install packages supplied to -Su. Closes #60.

Open euclio opened this issue 10 years ago • 1 comments

I moved the code for installation after the code for updating to allow supplying packages to a -Su command. That is, it is now possible to install packages by issuing a command such as packer -Syu <packages>.This is consistent with pacman behavior.

euclio avatar May 26 '14 04:05 euclio

if [[ foo || bar ]] is pretty ugly though. Perhaps you could use variables instead, and check for their values.

AladW avatar Feb 26 '16 03:02 AladW