From f877acd75e54ce08c8afcc5d04c46a6f3352ef35 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Thu, 19 Jun 2025 19:05:46 -0400 Subject: [PATCH] Update install script safety flags --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 98d4311..12f2186 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -set -e +set -euo pipefail command_exists() { command -v "$1" >/dev/null 2>&1