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"