mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 01:39:18 +02:00
See #542: ensure install_os_dependencies.sh is runnable from anywhere
This commit is contained in:
parent
62c98b2386
commit
e8cab269b1
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
#!/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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue