Merge pull request #89 from cents02/trojanao

Curl added in Ubuntu config
This commit is contained in:
stonedDiscord 2019-07-29 19:23:16 +02:00 committed by GitHub
commit a9b803a739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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