aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-02-02 14:21:10 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2018-02-02 14:21:10 +0100
commit42f4b61a486bdfdce4937089cbad229903991eab (patch)
tree2cab701deeb42213ddca278af9e606b73a636373 /vagrant
parent2af9816654c6ab651ed96da93d8577b1413de99f (diff)
Stay up to date with centos
Diffstat (limited to 'vagrant')
-rw-r--r--vagrant/Vagrantfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile
index b969b868915..aa7688570ff 100644
--- a/vagrant/Vagrantfile
+++ b/vagrant/Vagrantfile
@@ -40,5 +40,6 @@ Vagrant.configure("2") do |config|
echo -e "fs.inotify.max_user_watches = 524288" > /etc/sysctl.d/clion.conf
wget -q -O - https://download.jetbrains.com/cpp/CLion-2017.3.3.tar.gz | tar -C /opt -zx
ln -sf /opt/clion-2017.3.3/bin/clion.sh /usr/bin/clion
+ yum update -y
SHELL
end