Download and install all the packages simultaneously
This commit is contained in:
parent
4f39828af4
commit
2394ad2a98
|
@ -201,10 +201,8 @@ PKGS=(
|
|||
'zsh-autosuggestions'
|
||||
)
|
||||
|
||||
for PKG in "${PKGS[@]}"; do
|
||||
echo "INSTALLING: ${PKG}"
|
||||
sudo pacman -S "$PKG" --noconfirm --needed
|
||||
done
|
||||
installpkg="sudo pacman -S $(printf "%s " "${PKGS[@]}") --noconfirm --needed"
|
||||
$installpkg
|
||||
|
||||
#
|
||||
# determine processor type and install microcode
|
||||
|
|
Loading…
Reference in New Issue