From 36a6b9c39cb3cb8ced07135567aca69bde745f16 Mon Sep 17 00:00:00 2001 From: Jane Doe Date: Fri, 10 Oct 2025 21:36:53 +0300 Subject: [PATCH] Add: The package 'nvidia-open-lts' has been added --- Amelia.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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)