Skip to content
Snippets Groups Projects
Verified Commit e8cab269 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

See #542: ensure install_os_dependencies.sh is runnable from anywhere

parent 62c98b23
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#!/bin/bash -ex
OS_REQUIREMENTS_FILENAME="requirements.apt"
script_path=$(dirname "$(realpath $0)")
OS_REQUIREMENTS_FILENAME="$script_path/requirements.apt"
# Handle call with wrong command
function wrong_command()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment