Bug: nvidia-390xx
This commit is contained in:
parent
a3a74fac3e
commit
e08448845c
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
options=()
|
||||
options+=("virtualbox-guest-utils" "(For Virtualbox)" off)
|
||||
options+=("nvidia" "" off)
|
||||
options+=("nvidia-390xx" "(AUR)" off)
|
||||
options+=("nvidia-390xx" "(AUR) End of life" off)
|
||||
#options+=("nvidia-340xx" "" off) #DEAD ?
|
||||
options+=("nvidia-dkms" "(For custom kernel)" off)
|
||||
options+=("nvidia-390xx-dkms" "(AUR) (For custom kernel)" off)
|
||||
|
@ -21,8 +21,8 @@ fi
|
|||
|
||||
for itm in $sel; do
|
||||
case $itm in
|
||||
"nvidia-390xx" | \
|
||||
"nvidia-390xx-dkms") aurpkg="$aurpkg $(echo $itm | sed 's/"//g')";;
|
||||
'"nvidia-390xx"' | \
|
||||
'"nvidia-390xx-dkms"') aurpkg="$aurpkg $(echo $itm | sed 's/"//g')";;
|
||||
*) pkg="$pkg $(echo $itm | sed 's/"//g')";;
|
||||
esac
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue