From c31fbdc0f3ef46dcad47a6c7dd98fa225a353898 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 4 Aug 2023 09:21:15 +0200 Subject: [PATCH] move touch before funciton --- usr/lib/archboot/update/desktop.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/lib/archboot/update/desktop.sh b/usr/lib/archboot/update/desktop.sh index f215e0de6..17795b587 100644 --- a/usr/lib/archboot/update/desktop.sh +++ b/usr/lib/archboot/update/desktop.sh @@ -40,6 +40,7 @@ _prepare_graphic() { if grep -q qxl /proc/modules; then echo "${_GRAPHIC}" | grep -q xorg && _GRAPHIC="${_GRAPHIC} xf86-video-qxl" fi + touch /.archboot (for i in ${_GRAPHIC}; do #shellcheck disable=SC2086 pacman -S ${i} --noconfirm &>"${_LOG}"