- apt-get install -yq automake libtool libsnmp-dev bison make gcc flex git libglib2.0-dev libfl-dev
- cd /opt
- eval $(ssh-agent) ; ssh-add /opt/keys/bitbucket.id_rsa ; git clone ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/docsis.git
- cd docsis
- ./autogen.sh
- ./configure
- make
- make install
|