diff --git a/Amelia.sh b/Amelia.sh index 46c30bf..91748fe 100644 --- a/Amelia.sh +++ b/Amelia.sh @@ -2,7 +2,7 @@ # Amelia Installer # Source: https://gitlab.com/prism7/archery -# Version: 9.9.0 +# Version: 9.9.1 set -euo pipefail ################################################################################################### @@ -1805,7 +1805,7 @@ Enter a number ${bwhite}(empty to skip)${blue}: " [1] Turing (NV160) Graphics or newer [Nvidia Open] - [2] Maxwell (NV110) Graphics or newer [Nvidia Proprietary / Disabling GSP Firmware available] " + [2] Maxwell (NV110) Graphics or newer [Nvidia / Disabling GSP Firmware available] " BLUE " @@ -1938,6 +1938,10 @@ gfxpkgs_set() { if [[ "${kernelnmbr}" == "1" ]]; then nvname="nvidia-open" gfxpkgs+=(nvidia-open) + # Linux LTS Kernel + elif [[ "${kernelnmbr}" == "2" ]]; then + nvname="nvidia-open-lts" + gfxpkgs+=(nvidia-open-lts) # Other Kernels else gfxpkgs+=(nvidia-open-dkms)