From 0a8c4196a1fb3b05177527166cfb9905f31f9798 Mon Sep 17 00:00:00 2001 From: vagrant Date: Tue, 16 Jan 2018 15:04:38 +0000 Subject: Use clion 1017.3.1 --- vagrant/Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vagrant/Vagrantfile') 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 -- cgit v1.2.3