From 1c02a6317609f3c0619d54594e7a765d5573a8e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Juri=C5=A1i=C4=87?= Date: Wed, 10 Jan 2024 15:15:22 +0100 Subject: [PATCH] Removed chat app from script --- apps/desktop-env/clean-install-kde.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/apps/desktop-env/clean-install-kde.sh b/apps/desktop-env/clean-install-kde.sh index feac46d..0e353a6 100755 --- a/apps/desktop-env/clean-install-kde.sh +++ b/apps/desktop-env/clean-install-kde.sh @@ -10,7 +10,6 @@ PKG_KDE_MINIMAL="kde-plasma-desktop plasma-nm" PKG_KDE_APPS="ark kcalc okular gwenview krita dolphin-plugins kde-spectacle audacious 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_CHAT="element-desktop telegram-desktop" PKG_KDE_PURGE="kdeconnect termit zutty" @@ -82,13 +81,3 @@ if choice 2>/dev/null; then $APT_INST $PKG_FIREFOX $PKG_NET fi -echo -ne "\nYou want to install chat programs ($PKG_CHAT)? " -if choice 2>/dev/null; then - echo -ne "\nAdd repository for Element client\n" - $APT_INST apt-transport-https wget - wget -O /usr/share/keyrings/element-io-archive-keyring.gpg https://packages.element.io/debian/element-io-archive-keyring.gpg - echo "deb [signed-by=/usr/share/keyrings/element-io-archive-keyring.gpg] https://packages.element.io/debian/ default main" | sudo tee /etc/apt/sources.list.d/element-io.list - $APT_UPDATE - echo -ne "\n$APT_INST $PKG_CHAT\n" - $APT_INST $PKG_CHAT -fi