diff --git a/init-image.bash b/init-image.bash index 99a1ea4..6197f52 100755 --- a/init-image.bash +++ b/init-image.bash @@ -5,13 +5,12 @@ set -o errexit -o pipefail -o nounset -pacman -Syu --noconfirm -pacman -Fy --noconfirm - packages=( base base-devel # makepkg depends on this bash # obviously already installed, but still here for completeness sake git # some sources are git urls ) -pacman -S --noconfirm --needed --overwrite '*' "${packages[@]}" + +pacman -Syu --noconfirm --needed --overwrite '*' "${packages[@]}" +pacman -Fy --noconfirm