From 438156e36fd17c4c00681734aee8dba7dc157bff Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 24 Aug 2025 11:10:06 +0200 Subject: [PATCH] More protections --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f67a3452..3045a803 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash # Exit immediately if a command exits with a non-zero status -set -eE +set -eEo pipefail export PATH="$HOME/.local/share/omarchy/bin:$PATH" OMARCHY_INSTALL=~/.local/share/omarchy/install