From fc7273bf89df692024a87afbdd3293d38c0767d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Juri=C5=A1i=C4=87?= Date: Wed, 24 Apr 2024 12:54:06 +0200 Subject: [PATCH] Removed package kdenetwork-filesharing samba from minimal instalation. --- debian/desktop-environment/clean-install-kde.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/desktop-environment/clean-install-kde.sh b/debian/desktop-environment/clean-install-kde.sh index 9eff587..249e160 100755 --- a/debian/desktop-environment/clean-install-kde.sh +++ b/debian/desktop-environment/clean-install-kde.sh @@ -7,7 +7,7 @@ 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 audacious vlc kdenetwork-filesharing samba" +PKG_KDE_APPS="ark kcalc okular gwenview krita dolphin-plugins kde-spectacle audacious vlc" PKG_OFFICE="libreoffice-calc libreoffice-writer libreoffice-draw libreoffice-kf5 aspell-hr hunspell-hr" PKG_NET="thunderbird net-tools remmina"