This commit is contained in:
teldra 2022-02-08 23:21:36 +01:00
parent b306112732
commit 6ed989a5a9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ packages() {
elif [ "${output}" == "400" ]; then
n="nvidia"
elif [ "${output}" == "nouveau" ]; then
n="${output}""
n="${output}"
fi
addpkg "${n}"