summaryrefslogtreecommitdiffstats
path: root/extras/vagrant
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vagrant')
-rwxr-xr-xextras/vagrant/update.sh4
1 files changed, 0 insertions, 4 deletions
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