Skip to content
Snippets Groups Projects
Commit 3422a591 authored by Rohit Gupta's avatar Rohit Gupta
Browse files

updated for additional packages for autotest framework

parent f1304ee2
No related branches found
No related tags found
No related merge requests found
......@@ -279,7 +279,8 @@ check_install_oai_software() {
xmlstarlet \
python-pip \
pydb \
wvdial
wvdial \
python-numpy
$SUDO update-alternatives --set liblapack.so /usr/lib/atlas-base/atlas/liblapack.so
if [ `lsb_release -rs` = '12.04' ] ; then
install_nettle_from_source
......@@ -291,6 +292,8 @@ check_install_oai_software() {
$SUDO pip install pyroute2
) > $log_file 2>&1
install_asn1c_from_source
$SUDO rm -fr /opt/ssh
$SUDO git clone https://gist.github.com/2190472.git /opt/ssh
}
install_asn1c_from_source(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment