Add Battle.net installer via Lutris

This commit is contained in:
David Heinemeier Hansson
2026-05-03 22:53:34 +02:00
parent 25701813c9
commit 42034a950f
5 changed files with 56 additions and 21 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
# omarchy:summary=Install the lib32 NVIDIA driver matching the detected GPU generation (no-op if no NVIDIA).
# omarchy:requires-sudo=true
set -e
if omarchy-hw-nvidia-gsp; then
omarchy-pkg-add lib32-nvidia-utils
elif omarchy-hw-nvidia-without-gsp; then
omarchy-pkg-add lib32-nvidia-580xx-utils
fi