Removed chat app from script

This commit is contained in:
Ivan Jurišić 2024-01-10 15:15:22 +01:00
parent 87e9648c0d
commit 1c02a63176

View File

@ -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_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_OFFICE="libreoffice-calc libreoffice-writer libreoffice-draw libreoffice-kf5 aspell-hr hunspell-hr"
PKG_NET="thunderbird net-tools remmina" PKG_NET="thunderbird net-tools remmina"
PKG_CHAT="element-desktop telegram-desktop"
PKG_KDE_PURGE="kdeconnect termit zutty" PKG_KDE_PURGE="kdeconnect termit zutty"
@ -82,13 +81,3 @@ if choice 2>/dev/null; then
$APT_INST $PKG_FIREFOX $PKG_NET $APT_INST $PKG_FIREFOX $PKG_NET
fi 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