Skip to content
Snippets Groups Projects
install-dependencies.sh 253 B
#!/bin/bash

echo "install dependencies for unit-test script"
pwd

source ./gitlab-ci/shared.sh

# install required packages
exec_cmd apt update
exec_cmd apt install -y python3-pip
exec_cmd pip3 install pexpect ubus

# install cwmp client
install_icwmp