From e2ae177b8ec8a9bf77fe5e6f5f6a61b2dd9b3c08 Mon Sep 17 00:00:00 2001 From: Elsie Date: Sat, 25 Jan 2025 12:05:20 -0500 Subject: [PATCH] fix(install): remove *xterm --- etc/config/hooks/live/099-install-custom-apps.chroot | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/config/hooks/live/099-install-custom-apps.chroot b/etc/config/hooks/live/099-install-custom-apps.chroot index 0e57d181..72c05ded 100644 --- a/etc/config/hooks/live/099-install-custom-apps.chroot +++ b/etc/config/hooks/live/099-install-custom-apps.chroot @@ -288,4 +288,5 @@ sudo rm /usr/share/xsessions/xfce.desktop /usr/share/xsessions/xubuntu.desktop sudo apt-get clean sudo apt-get remove linux*6.11.0* -yq +sudo apt-get remove xterm -y sudo update-initramfs -u