Updated scipts

This commit is contained in:
2025-07-08 16:38:50 +02:00
parent 6bea9dc550
commit 89710b85e5
5 changed files with 13 additions and 5 deletions

View File

@@ -118,7 +118,7 @@ if [ "${ROLES[NVIDIA_GPU]}" == "yes" ] || [ "${ROLES[NVIDIA_1080_GPU]}" == "yes"
fi
if [ "${ROLES[NVIDIA_GPU]}" == "yes" ]; then
sudo pacman --noconfirm --needed -S nvidia-open-dkms
sudo pacman --noconfirm --needed -S nvidia-dkms
elif [ "${ROLES[NVIDIA_1080_GPU]}" == "yes" ]; then
sudo pacman --noconfirm --needed -S nvidia-dkms
fi