From 9b310eabc21c190c952cb8c0b6e11022c65e76ff Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Wed, 18 Jan 2023 15:49:54 +0530 Subject: [PATCH] Remove gedit --- files/chroot_build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/chroot_build.sh b/files/chroot_build.sh index 6b90e88..0c1dcca 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -142,7 +142,8 @@ apt-get purge -y -qq \ linux-image-5.19.0-21-generic \ linux-image-generic \ linux-modules-5.19.0-21-generic \ - linux-modules-extra-5.19.0-21-generic + linux-modules-extra-5.19.0-21-generic \ + gedit apt-get autoremove -y