From 5ec30207659af7b6912ba28a1883e90f83c1e193 Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Sun, 3 Nov 2024 14:43:47 +0500 Subject: [PATCH] Fix debian 12 gnome --- Debian12Gnome.lnibuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Debian12Gnome.lnibuild b/Debian12Gnome.lnibuild index 4b2a7ba..7f0062c 100644 --- a/Debian12Gnome.lnibuild +++ b/Debian12Gnome.lnibuild @@ -15,7 +15,6 @@ base_system() { } packages=( - "gnome-core" "bash-completion" "sudo" "ssh" @@ -23,6 +22,9 @@ packages=( ) post_install() { + log "Installing gnome" + chroot "$imageroot" apt install gnome-core -y + log "Configuring gdm and GNOME" mkdir -p "$imageroot/etc/skel/.config"