From ba40f6349e25d0c0c3bce0b1c8f70797d490e5f7 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 11 Aug 2025 15:06:39 +0200 Subject: [PATCH] Set the path so we can always rely on it during install --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index f2a9f03f..2f2bd489 100755 --- a/install.sh +++ b/install.sh @@ -3,6 +3,7 @@ # Exit immediately if a command exits with a non-zero status set -e +export PATH="$HOME/.local/share/omarchy/bin:$PATH" OMARCHY_INSTALL=~/.local/share/omarchy/install # Give people a chance to retry running the installation