fixed apps setup

This commit is contained in:
Wryn Wagner 2021-10-04 17:57:11 -06:00
parent 6dc13e7ef3
commit 761ed3945f

View File

@ -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 \