summaryrefslogtreecommitdiffstats
path: root/vagrant
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-02-02 14:19:07 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2018-02-02 14:19:07 +0100
commit2af9816654c6ab651ed96da93d8577b1413de99f (patch)
treeb945b32a48c29701a21ab7705238f7d399865e5f /vagrant
parentb2857b76927c6191b79f7aba95d1fafaa7777cbf (diff)
Require clion 2017.3.3
Diffstat (limited to 'vagrant')
-rw-r--r--vagrant/Vagrantfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile
index de7867cd4f7..b969b868915 100644
--- a/vagrant/Vagrantfile
+++ b/vagrant/Vagrantfile
@@ -38,7 +38,7 @@ Vagrant.configure("2") do |config|
echo -e "* soft nproc 409600\n* hard nproc 409600" > /etc/security/limits.d/99-nproc.conf
echo -e "* soft nofile 262144\n* hard nofile 262144" > /etc/security/limits.d/99-nofile.conf
echo -e "fs.inotify.max_user_watches = 524288" > /etc/sysctl.d/clion.conf
- wget -q -O - https://download.jetbrains.com/cpp/CLion-2017.3.1.tar.gz | tar -C /opt -zx
- ln -sf /opt/clion-2017.3.1/bin/clion.sh /usr/bin/clion
+ 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
SHELL
end