Commit 945f9c07 authored by Rohit Gupta's avatar Rohit Gupta

added sshpass for GitLab CI support

parent 69a3d144
...@@ -280,7 +280,8 @@ check_install_oai_software() { ...@@ -280,7 +280,8 @@ check_install_oai_software() {
python-pip \ python-pip \
pydb \ pydb \
wvdial \ wvdial \
python-numpy python-numpy \
sshpass
$SUDO update-alternatives --set liblapack.so /usr/lib/atlas-base/atlas/liblapack.so $SUDO update-alternatives --set liblapack.so /usr/lib/atlas-base/atlas/liblapack.so
if [ `lsb_release -rs` = '12.04' ] ; then if [ `lsb_release -rs` = '12.04' ] ; then
install_nettle_from_source install_nettle_from_source
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment