Removed update/upgrade and building from vagrant setup.

This commit is contained in:
Jordan Cristiano 2018-02-14 20:07:36 -05:00
parent b46d7cae95
commit a968c9fe89
1 changed files with 0 additions and 8 deletions

View File

@ -1,12 +1,4 @@
#!/bin/sh
# Keep things up to date
sudo apt-get update
sudo apt-get upgrade -y
# Install g++ dependencies
sudo apt-get install -y build-essential g++-4.8 g++-4.8-multilib
# Build it!
cd /vagrant/premake
./gmake.sh && { cd gmake; make; }