mirror of
https://gitlab.com/prism7/archery.git
synced 2026-04-28 09:27:35 +02:00
Add: The package 'nvidia-open-lts' has been added
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user