Now downloads dependencies at installation time

This commit is contained in:
Antonin Décimo
2014-09-06 14:01:33 +02:00
parent c076e59a1a
commit deff81117d
4 changed files with 19 additions and 506 deletions

View File

@@ -115,11 +115,11 @@ $SHORT_HELP"
# Read config
missing_operands=true
source "$INCLUDE_DIR"/getopt.sh
source "$INCLUDE_DIR"/getopt/getopt.sh
while getoptex "$SCRIPT_ARGS" "$@"
do
if [ "$OPTOPT" = "config" ]; then
source "$INCLUDE_DIR"/read_ini.sh
source "$INCLUDE_DIR"/bash_ini_parser/read_ini.sh
missing_operands=false
CONFIG_FILE=$OPTARG
read_ini "$CONFIG_FILE" || exit 1