Skip to content

Commit

Permalink
Fix to automatically move vagrant cmake out of the way
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcliffe committed Jan 6, 2019
1 parent 79915ab commit 9a00805
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/bootstrap_debian_jessie.sh
Expand Up @@ -4,6 +4,7 @@ sudo apt-get update
sudo apt-get -y install fuse git cmake libgl1-mesa-dev build-essential automake cmake libpulse-dev libgtk-3-dev freeglut3 freeglut3-dev libusb-1.0-0-dev libtool texinfo libfftw3-dev

if [ -d "/vagrant" ]; then
mv /usr/bin/cmake /usr/bin/cmake-dist
wget -q https://cmake.org/files/v3.11/cmake-3.11.1-Linux-x86_64.sh
chmod +x cmake-3.11.1-Linux-x86_64.sh
cd /
Expand Down

0 comments on commit 9a00805

Please sign in to comment.