Merge pull request #88 from viveksray17/feature
Download and install all the packages simultaneously
This commit is contained in:
commit
433d20f9ef
|
@ -202,10 +202,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