Updated some apps (replace mplayer with vlc, etc..)

This commit is contained in:
Ivan Jurišić 2022-11-11 09:32:47 +01:00
parent 98ebcf486a
commit 155959316a

View File

@ -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"