mirror of
https://dev.iopsys.eu/system/sysmngr.git
synced 2025-12-10 08:14:38 +01:00
7 lines
111 B
Bash
Executable file
7 lines
111 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "install dependencies for tests"
|
|
source ./gitlab-ci/shared.sh
|
|
|
|
# install bbfdm
|
|
install_bbfdm
|