From 0183c25b78d60a349175480b97c7faeab5f1a0c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Juri=C5=A1i=C4=87?= Date: Mon, 9 Jan 2023 12:16:58 +0100 Subject: [PATCH] Updated script --- debian-clean-kde.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian-clean-kde.sh b/debian-clean-kde.sh index 1981da4..192739a 100755 --- a/debian-clean-kde.sh +++ b/debian-clean-kde.sh @@ -7,13 +7,13 @@ APT_PURGE="apt -y purge" APT_REMOVE="apt -y autoremove" PKG_KDE_MINIMAL="kde-plasma-desktop plasma-nm" -PKG_KDE_APPS="ark kcalc okular gwenview krita dolphin-plugins kde-spectacle juk dragonplayer kdenetwork-filesharing" -PKG_OFFICE="libreoffice libreoffice-kf5 aspell-hr hunspell-hr" +PKG_KDE_APPS="ark kcalc okular gwenview krita dolphin-plugins kde-spectacle juk dragonplayer kdenetwork-filesharing samba" +PKG_OFFICE="libreoffice-calc libreoffice-writer libreoffice-draw libreoffice-kf5 aspell-hr hunspell-hr" PKG_NET="thunderbird net-tools remmina" PKG_NVIDIA="nvidia-driver" PKG_CHAT="element-desktop telegram-desktop" -PKG_KDE_PURGE="kdeconnect termit" +PKG_KDE_PURGE="kdeconnect termit zutty" #### Functions check_root() {