fixed the thing

This commit is contained in:
Wryn (yage) Wagner 2022-08-22 22:05:49 -06:00
parent 6ae8795deb
commit 4e39a422b1

View File

@ -12,7 +12,7 @@ do
esac esac
shift 1 shift 1
done done
source ${0:a:h}/requirements.zsh || exit 1 source ./requirements.zsh || exit 1
################################################################################ ################################################################################
LOGFILE="$HOME/dotwryn-install.log" LOGFILE="$HOME/dotwryn-install.log"