Add: The package 'nvidia-open-lts' has been added

This commit is contained in:
Jane Doe
2025-10-10 21:36:53 +03:00
parent 447844a90c
commit 36a6b9c39c
+6 -2
View File
@@ -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)