X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvagrant%2Fupdate.sh;h=3fb456b26eb67c43beff9562c372879ecce2932f;hb=b4f073cd44d308ec1b9d582f8e4ca2ee3c1bf9b6;hp=18bc25736a100c6c6f891c5322ba147769b70e57;hpb=c2e63feb6209ef504753fe2c975cf61b1c31b5cf;p=vpp.git diff --git a/extras/vagrant/update.sh b/extras/vagrant/update.sh index 18bc25736a1..3fb456b26eb 100755 --- a/extras/vagrant/update.sh +++ b/extras/vagrant/update.sh @@ -44,8 +44,4 @@ elif [ "$OS_ID" == "centos" ]; then # Standard update + upgrade dance yum check-update yum update -y -elif [ "$OS_ID" == "opensuse" ]; then - zypper update -y - # NASM >= 2.12 is not available in previous openSUSE release; need to install it from TW - zypper install -y https://download.opensuse.org/tumbleweed/repo/oss/suse/x86_64/nasm-2.13.01-2.1.x86_64.rpm fi