From 155959316ab8ae35cd4c61c531573482cdb6cb03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Juri=C5=A1i=C4=87?= Date: Fri, 11 Nov 2022 09:32:47 +0100 Subject: [PATCH] Updated some apps (replace mplayer with vlc, etc..) --- debian-clean-mate.sh | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/debian-clean-mate.sh b/debian-clean-mate.sh index b4d1160..17dc1e7 100644 --- a/debian-clean-mate.sh +++ b/debian-clean-mate.sh @@ -6,8 +6,9 @@ APT_INST="apt -y install" APT_PURGE="apt -y purge" APT_REMOVE="apt -y autoremove" -PKG_MATE="mate-desktop-environment mozo caja-open-terminal package-update-indicator lightdm" -PKG_APPS="audacious mplayer smplayer software-properties-gtk synaptic gnome-disk-utility gimp" +PKG_MATE="mate-desktop-environment mozo caja-open-terminal lightdm" +PKG_INDI="package-update-indicator" +PKG_APPS="audacious vlc synaptic gnome-disk-utility gimp hardinfo" PKG_OFFICE="libreoffice libreoffice-gtk3 aspell-hr hunspell-hr" PKG_NET="network-manager-gnome thunderbird net-tools remmina" PKG_NVIDIA="nvidia-driver" @@ -55,6 +56,12 @@ if choice 2>/dev/null; then $APT_INST $PKG_MATE fi +echo -ne "\nInstall of update indicator ($PKG_INDI)? " +if choice 2>/dev/null; then + echo -ne "\n$APT_INST --no-install-recommends $PKG_INDI\n" + $APT_INST --no-install-recommends $PKG_INDI +fi + echo -ne "\nYou want to install apps ($PKG_APPS)? " if choice 2>/dev/null; then @@ -93,3 +100,5 @@ if choice 2>/dev/null; then echo -ne "\n$APT_INST $PKG_CHAT\n" $APT_INST $PKG_CHAT fi + +echo -ne "\n\n" \ No newline at end of file