Allow dependency installation from any location

This commit is contained in:
Simón Castillo 2016-04-29 22:02:49 -04:30
parent c776b237b9
commit 391ae62a0d

View File

@ -1,6 +1,7 @@
#!/bin/bash
OS_REQUIREMENTS_FILENAME="requirements.apt"
WORK_DIR="$(dirname "$0")"
OS_REQUIREMENTS_FILENAME="$WORK_DIR/requirements.apt"
# Handle call with wrong command
function wrong_command()