Skip to content

Commit 8c31251

Browse files
authored
Merge pull request #37 from Joldiges/patch-1
Fail bash script on failure
2 parents cb8852b + 5b62844 commit 8c31251

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install-jagex-launcher-repo.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22
FREEDESKTOP_VERSION="23.08"
33

4+
set -e
5+
46
HAS_NVIDIA=0
57
if [[ -f /proc/driver/nvidia/version ]]; then
68
HAS_NVIDIA=1

0 commit comments

Comments
 (0)