Skip to content

Commit

Permalink
Update install-jagex-launcher-repo.sh
Browse files Browse the repository at this point in the history
Adding the "set -e" flag to fail on command failure (such as if flatpak isn't installed)
  • Loading branch information
Joldiges authored Oct 3, 2024
1 parent cb8852b commit 5b62844
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 5b62844

Please sign in to comment.