mirror of
https://dev.iopsys.eu/network/netmngr.git
synced 2025-12-20 01:00:36 +08:00
8 lines
111 B
Bash
Executable File
8 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "install dependencies for tests"
|
|
source ./gitlab-ci/shared.sh
|
|
|
|
# install bbfdm
|
|
install_bbfdm
|