summaryrefslogtreecommitdiffstats
path: root/vagrant
diff options
context:
space:
mode:
authorvagrant <vagrant@localhost.localdomain>2018-01-16 15:04:38 +0000
committervagrant <vagrant@localhost.localdomain>2018-01-16 15:04:38 +0000
commit0a8c4196a1fb3b05177527166cfb9905f31f9798 (patch)
tree3e3b3b5ebc8dcee45d30bf17e1c93407df121b0c /vagrant
parente018fefa1e4b648ebf6ce6426ace52479457d203 (diff)
Use clion 1017.3.1
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 a06f5afbd49..abd2375319b 100644
--- a/vagrant/Vagrantfile
+++ b/vagrant/Vagrantfile
@@ -37,7 +37,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.2.3.tar.gz | tar -C /opt -zx
- ln -sf /opt/clion-2017.2.3/bin/clion.sh /usr/bin/clion
+ 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
SHELL
end