From 6d583028d5530706c87d2f59213f3d858c982141 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Wed, 22 Oct 2025 01:19:56 -0400 Subject: [PATCH] Update path --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 5b1b6bdd..8b9c2e3e 100644 --- a/install.sh +++ b/install.sh @@ -4,10 +4,9 @@ set -eEo pipefail # Define Omarchy locations -export OMARCHY_PATH="$HOME/.local/share/omarchy" +export OMARCHY_PATH="/usr/share/omarchy" export OMARCHY_INSTALL="$OMARCHY_PATH/install" export OMARCHY_INSTALL_LOG_FILE="/var/log/omarchy-install.log" -export PATH="$OMARCHY_PATH/bin:$PATH" # Install source "$OMARCHY_INSTALL/helpers/all.sh"