Update install-extensions.sh
Co-authored-by: Reinout van Rees <reinout@vanrees.org>pull/102/head
parent
0a0b1525e5
commit
739b795315
|
|
@ -36,7 +36,7 @@ function install_lib() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# Download stable plugins only if DOWNLOAD_EXTENSIONS is true
|
# Download plugins only if DOWNLOAD_EXTENSIONS is true
|
||||||
if [ "$DOWNLOAD_EXTENSIONS" = "true" ]; then
|
if [ "$DOWNLOAD_EXTENSIONS" = "true" ]; then
|
||||||
echo "Starting download of extensions"
|
echo "Starting download of extensions"
|
||||||
if [ ! -d "$ADDITIONAL_LIBS_DIR" ]; then
|
if [ ! -d "$ADDITIONAL_LIBS_DIR" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue