From efc9ebe4182c7bda503e69963e3e21931d794501 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 23 May 2022 10:04:50 +0200 Subject: [PATCH] add gnome.sh to sources --- usr/bin/archboot-update-installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/bin/archboot-update-installer.sh b/usr/bin/archboot-update-installer.sh index 84c564a02..d4ec901a8 100755 --- a/usr/bin/archboot-update-installer.sh +++ b/usr/bin/archboot-update-installer.sh @@ -5,6 +5,7 @@ . /usr/lib/archboot/container.sh . /usr/lib/archboot/update-installer.sh . /usr/lib/archboot/xfce.sh +. /usr/lib/archboot/gnome.sh . /usr/lib/archboot/kde.sh [[ -z "${1}" ]] && usage