Fix debian 12 gnome

This commit is contained in:
timoxa0 2024-11-03 14:43:47 +05:00
parent d2e368d77d
commit 5ec3020765

View file

@ -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"