fix function

This commit is contained in:
Tobias Powalowski 2022-05-10 22:12:11 +02:00
parent 81e11e9e49
commit 481ff40f2f

View file

@ -256,12 +256,12 @@ _launch_xfce() {
else
echo "Updating environment ..."
pacman -Syu --ignore linux --ignore linux-firmware --ignore linux-firmware-marvell --noconfirm || exit 1
_clean_xfce
_cleanup_xfce
echo "Install packages ..."
for i in ${X_PACKAGES}; do
#shellcheck disable=SC2086
pacman -S ${i} --noconfirm || exit 1
_clean_xfce
_cleanup_xfce
done
fi
# fix locale