diff --git a/scripts/install.sh b/scripts/install.sh index aae0d90..be3bd19 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -67,6 +67,7 @@ if [[ "${PLUGIN}" == "no" ]]; then $(dirname $0)/create_user.sh $(dirname $0)/setup_pip.sh $(dirname $0)/pip_install.sh bindep + $(dirname $0)/install_packages.sh for file in /opt/loci/pydep*; do PYDEP_PACKAGES+=($(bindep -f $file -b -l newline ${PROJECT} ${PROJECT_RELEASE} ${PROFILES} || :)) done