progress
This commit is contained in:
parent
935c739e23
commit
b306112732
|
@ -1,3 +1,15 @@
|
||||||
packages() {
|
packages() {
|
||||||
addpkg nvidia
|
echo "Choose your model"
|
||||||
|
multiplechoice "400" "500" "600" "700" "800" "nouveau"
|
||||||
|
if [ "${output}" == "400" ] || [ "${output}" == "500" ]; then
|
||||||
|
n="nvidia390"
|
||||||
|
elif [ "${output}" == "400" ] || [ "${output}" == "500" ]; then
|
||||||
|
n="nvidia470"
|
||||||
|
elif [ "${output}" == "400" ]; then
|
||||||
|
n="nvidia"
|
||||||
|
elif [ "${output}" == "nouveau" ]; then
|
||||||
|
n="${output}""
|
||||||
|
fi
|
||||||
|
|
||||||
|
addpkg "${n}"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user