Removed update/upgrade and building from vagrant setup.
This commit is contained in:
parent
b46d7cae95
commit
a968c9fe89
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user