feat: install script re-org

This commit is contained in:
2026-02-13 15:13:12 +00:00
parent faf3bf2dfc
commit eb958a36e0
26 changed files with 5 additions and 3 deletions

View File

@@ -97,8 +97,8 @@ if [ -L "$0" ]; then
else
dir=$(dirname "$0")
fi
install_dir="$dir/install.d"
export DOTFILES=$(dirname "$dir")
install_dir="$DOTFILES/install.d"
# Set up log destination
if [[ -z "$LOG_TARGET" ]]; then