Ubuntu config gets curl too

Config now gets curl incase of fresh vm.
This commit is contained in:
cents02 2019-07-29 08:11:14 -07:00 committed by GitHub
parent 319cb0adee
commit abff73de3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/bin/bash
....#!/bin/bash
# Assumes a somewhat recent 64-bit ubuntu
@ -11,7 +11,8 @@ cd ${ROOT_DIR}
#need some openGL stuff
sudo apt install libgl1-mesa-dev
#install curl incase of fresh vm
sudo apt install curl
mkdir tmp
cd tmp