From 8b6138882436b4f2a62c1b681e5e40dea319c0e0 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 14 May 2022 12:08:50 +0200 Subject: [PATCH] add missing exit --- usr/lib/archboot/update-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/update-installer.sh b/usr/lib/archboot/update-installer.sh index 1efa8de4b..e090e12ca 100644 --- a/usr/lib/archboot/update-installer.sh +++ b/usr/lib/archboot/update-installer.sh @@ -278,7 +278,7 @@ _prepare_xfce() { fi # workaround unsolvable zstd bug, # booting with higher memory results in not having /var/lib/pacman/local/zstd-* - pacman -Sy zstd --noconfirm --overwrite '*' >/dev/null 2>&1 + pacman -Sy zstd --noconfirm --overwrite '*' >/dev/null 2>&1 || exit 1 #shellcheck disable=SC2086 pacman -Syu ${_IGNORE} --noconfirm >/dev/null 2>&1 || exit 1 _cleanup_install