fixed apps setup
This commit is contained in:
parent
6dc13e7ef3
commit
761ed3945f
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user