fix local package installation

This commit is contained in:
Tobias Powalowski 2022-05-06 21:46:26 +02:00
parent 5ed4242993
commit cfa5bc9bec

View file

@ -247,7 +247,7 @@ _launch_xfce() {
echo "Install packages ..."
_INSTALL_SOURCE="file:///var/cache/pacman/pkg"
_create_pacman_conf
pacman -Sy
pacman -Sy --config ${_PACMAN_CONF}
for i in ${X_PACKAGES}; do
#shellcheck disable=SC2086
pacman -S ${i} --config ${_PACMAN_CONF} --noconfirm || exit 1