docsis.sh 300 B

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