Removed nvidia from clean install and added script for install nvidia driver.

This commit is contained in:
2023-12-06 12:08:00 +01:00
parent 523eb0b3cf
commit 158fce3a4a
3 changed files with 52 additions and 20 deletions
-10
View File
@@ -11,7 +11,6 @@ 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"
PKG_CHAT="element-desktop telegram-desktop"
@@ -81,15 +80,6 @@ if choice 2>/dev/null; then
$APT_INST $PKG_FIREFOX $PKG_NET
fi
echo -ne "\nYou want to install NVIDIA Proprietary driver ($PKG_NVIDIA)? "
if choice 2>/dev/null; then
echo -ne "\nAdd support for i386 packages\n"
dpkg --add-architecture i386
$APT_UPDATE
echo -ne "\n$APT_INST $PKG_NVIDIA\n"
$APT_INST $PKG_NVIDIA
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"