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
|
# Amelia Installer
|
||||||
# Source: https://gitlab.com/prism7/archery
|
# Source: https://gitlab.com/prism7/archery
|
||||||
# Version: 9.9.0
|
# Version: 9.9.1
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
###################################################################################################
|
###################################################################################################
|
||||||
@@ -1805,7 +1805,7 @@ Enter a number ${bwhite}(empty to skip)${blue}: "
|
|||||||
|
|
||||||
[1] Turing (NV160) Graphics or newer [Nvidia Open]
|
[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 "
|
BLUE "
|
||||||
|
|
||||||
|
|
||||||
@@ -1938,6 +1938,10 @@ gfxpkgs_set() {
|
|||||||
if [[ "${kernelnmbr}" == "1" ]]; then
|
if [[ "${kernelnmbr}" == "1" ]]; then
|
||||||
nvname="nvidia-open"
|
nvname="nvidia-open"
|
||||||
gfxpkgs+=(nvidia-open)
|
gfxpkgs+=(nvidia-open)
|
||||||
|
# Linux LTS Kernel
|
||||||
|
elif [[ "${kernelnmbr}" == "2" ]]; then
|
||||||
|
nvname="nvidia-open-lts"
|
||||||
|
gfxpkgs+=(nvidia-open-lts)
|
||||||
# Other Kernels
|
# Other Kernels
|
||||||
else
|
else
|
||||||
gfxpkgs+=(nvidia-open-dkms)
|
gfxpkgs+=(nvidia-open-dkms)
|
||||||
|
|||||||
Reference in New Issue
Block a user