From d82b6183d6879108d2a3f24ee853a7057f72efca Mon Sep 17 00:00:00 2001 From: Brandon Heller Date: Mon, 22 Mar 2010 22:14:57 -0700 Subject: [PATCH] Get past verification error --- util/install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/util/install.sh b/util/install.sh index 5c80da4..459e6dd 100755 --- a/util/install.sh +++ b/util/install.sh @@ -34,6 +34,8 @@ OF_KMOD=ofdatapath.ko function kernel { echo "Install new kernel..." + sudo apt-get update + # The easy approach: download pre-built linux-image and linux-headers packages: wget $KERNEL_LOC/$KERNEL_HEADERS wget $KERNEL_LOC/$KERNEL_IMAGE @@ -121,7 +123,7 @@ function ovs { sudo su -c "echo 'deb http://www.backports.org/debian lenny-backports main contrib non-free' >> /etc/apt/sources.list" sudo apt-get update sudo apt-get -y --force-yes install debian-backports-keyring - sudo apt-get -y -t lenny-backports install autoconf + sudo apt-get -y --force-yes -t lenny-backports install autoconf #Install OVS from git #git clone git://openvswitch.org/openvswitch