From 4bfbb526041af0b87d9c86de8238a6e5d58340ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Juri=C5=A1i=C4=87?= Date: Wed, 30 Mar 2022 10:25:34 +0200 Subject: [PATCH] Updated script Add Gimp in packages list --- debian-clean-mate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian-clean-mate.sh b/debian-clean-mate.sh index bcc5883..fbef848 100644 --- a/debian-clean-mate.sh +++ b/debian-clean-mate.sh @@ -6,8 +6,8 @@ APT_INST="apt -y install" APT_PURGE="apt -y purge" APT_REMOVE="apt -y autoremove" -PKG_MATE="mate-desktop-environment lightdm" -PKG_APPS="audacious mplayer smplayer software-properties-gtk synaptic" +PKG_MATE="mate-desktop-environment mozo caja-open-terminal lightdm" +PKG_APPS="audacious mplayer smplayer software-properties-gtk synaptic gnome-disk-utility gimp" PKG_OFFICE="libreoffice libreoffice-gtk3 aspell-hr hunspell-hr" PKG_NET="network-manager-gnome thunderbird net-tools remmina" PKG_NVIDIA="nvidia-driver"