We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb8852b + 5b62844 commit 8c31251Copy full SHA for 8c31251
install-jagex-launcher-repo.sh
@@ -1,6 +1,8 @@
1
#!/bin/bash
2
FREEDESKTOP_VERSION="23.08"
3
4
+set -e
5
+
6
HAS_NVIDIA=0
7
if [[ -f /proc/driver/nvidia/version ]]; then
8
HAS_NVIDIA=1
0 commit comments