From 761ed3945f670925856ec847afc474b69a51ef2d Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Mon, 4 Oct 2021 17:57:11 -0600 Subject: [PATCH] fixed apps setup --- setup/apps/setup.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/apps/setup.zsh b/setup/apps/setup.zsh index c66178e..94fb17c 100644 --- a/setup/apps/setup.zsh +++ b/setup/apps/setup.zsh @@ -12,7 +12,7 @@ function APPS__SIMPLE_INSTALL() { local TARGET="$1" local NAME="$2" - local LOCAL_BUILD="$APPS_PACKAGE_DIR/$NAME" + local LOCAL_BUILD="$APPS__PACKAGE_DIR/$NAME" CHECK "Downloading $NAME" git clone $TARGET $LOCAL_BUILD >>$LOG 2>&1 \