Ensure each *nix package is installed separately to avoid unavailable ones from blocking the rest.
This commit is contained in:
parent
5bbc86dbc0
commit
f2f179ba08
|
@ -14,7 +14,7 @@ function install_linux_software {
|
|||
fi
|
||||
#-------------------------------
|
||||
|
||||
xargs sudo ${INSTALLCMD} <<-EOF
|
||||
xargs -n1 sudo ${INSTALLCMD} <<-EOF
|
||||
ack
|
||||
archey
|
||||
bash-completion
|
||||
|
|
Loading…
Reference in a new issue