aboutsummaryrefslogtreecommitdiffstats
path: root/build-root/vagrant/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-root/vagrant/update.sh')
-rwxr-xr-xbuild-root/vagrant/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/vagrant/update.sh b/build-root/vagrant/update.sh
index 2a377398..f4139d74 100755
--- a/build-root/vagrant/update.sh
+++ b/build-root/vagrant/update.sh
@@ -40,7 +40,7 @@ if [ $DISTRIB_ID == "Ubuntu" ]; then
update-alternatives --install /bin/sh sh /bin/bash 100
# Install useful but non-mandatory tools
- apt-get install -y emacs git-review gdb gdbserver
+ apt-get install -y emacs x11-utils git-review gdb gdbserver
elif [ $DISTRIB_ID == "CentOS" ]; then
# Standard update + upgrade dance
yum check-update