aboutsummaryrefslogtreecommitdiffstats
path: root/extras/vagrant/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vagrant/update.sh')
-rwxr-xr-xextras/vagrant/update.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/extras/vagrant/update.sh b/extras/vagrant/update.sh
index b6304492..b4962bfc 100755
--- a/extras/vagrant/update.sh
+++ b/extras/vagrant/update.sh
@@ -42,6 +42,11 @@ if [ $DISTRIB_ID == "Ubuntu" ]; then
# Install useful but non-mandatory tools
apt-get install -y emacs x11-utils git-review gdb gdbserver xfce4-terminal iperf3
elif [ $DISTRIB_ID == "CentOS" ]; then
+ if [ "$(echo $DISTRIB_RELEASE | cut -d'.' -f1)" == "7" ]; then
+ rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
+ yum groupinstall "X Window system" -y
+ yum groupinstall xfce -y
+ fi
# Standard update + upgrade dance
yum check-update
yum update -y