mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Update path
This commit is contained in:
@@ -4,10 +4,9 @@
|
|||||||
set -eEo pipefail
|
set -eEo pipefail
|
||||||
|
|
||||||
# Define Omarchy locations
|
# 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="$OMARCHY_PATH/install"
|
||||||
export OMARCHY_INSTALL_LOG_FILE="/var/log/omarchy-install.log"
|
export OMARCHY_INSTALL_LOG_FILE="/var/log/omarchy-install.log"
|
||||||
export PATH="$OMARCHY_PATH/bin:$PATH"
|
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
source "$OMARCHY_INSTALL/helpers/all.sh"
|
source "$OMARCHY_INSTALL/helpers/all.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user