aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/build_dmm_dep.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build_dmm_dep.sh')
-rwxr-xr-xscripts/build_dmm_dep.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build_dmm_dep.sh b/scripts/build_dmm_dep.sh
index ecbb686..9a7837e 100755
--- a/scripts/build_dmm_dep.sh
+++ b/scripts/build_dmm_dep.sh
@@ -13,10 +13,10 @@ OS_ID=$(grep '^ID=' /etc/os-release | cut -f2- -d= | sed -e 's/\"//g')
if [ "$OS_ID" == "ubuntu" ]; then
export DEBIAN_FRONTEND=noninteractive
export DEBCONF_NONINTERACTIVE_SEEN=true
-
+ sudo rm /var/lib/apt/lists/* -vf
APT_OPTS="--assume-yes --no-install-suggests --no-install-recommends -o Dpkg::Options::=\"--force-confdef\" -o Dpkg::Options::=\"--force-confold\""
sudo apt-get update ${APT_OPTS}
- sudo DEBIAN_FRONTEND=noninteractive apt-get install -yq git cmake gcc g++ automake libtool wget lsof lshw pciutils net-tools tcpdump libpcre3 libpcre3-dev zlibc zlib1g zlib1g-dev vim pkg-config tcl libnl-route-3-200 flex graphviz tk debhelper dpatch gfortran ethtool libgfortran3 bison dkms quilt chrpath swig python-libxml2 unzip
+ sudo DEBIAN_FRONTEND=noninteractive apt-get install -yq git cmake gcc g++ automake libtool wget lsof lshw pciutils net-tools tcpdump libpcre3 libpcre3-dev zlibc zlib1g zlib1g-dev vim pkg-config tcl libnl-route-3-200 flex graphviz tk debhelper dpatch gfortran ethtool libgfortran3 bison dkms quilt chrpath swig python-libxml2 unzip libibverbs-dev
elif [ "$OS_ID" == "debian" ]; then
echo "not tested for debian and exit"
exit 1