summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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