Skip to content

Commit

Permalink
Merge pull request #37 from Joldiges/patch-1
Browse files Browse the repository at this point in the history
Fail bash script on failure
  • Loading branch information
nmlynch94 authored Oct 10, 2024
2 parents cb8852b + 5b62844 commit 8c31251
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install-jagex-launcher-repo.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
FREEDESKTOP_VERSION="23.08"

set -e

HAS_NVIDIA=0
if [[ -f /proc/driver/nvidia/version ]]; then
HAS_NVIDIA=1
Expand Down

0 comments on commit 8c31251

Please sign in to comment.