From abff73de3c103b1a608b66fbf56687453bcc63f5 Mon Sep 17 00:00:00 2001 From: cents02 <46689260+cents02@users.noreply.github.com> Date: Mon, 29 Jul 2019 08:11:14 -0700 Subject: [PATCH 1/2] Ubuntu config gets curl too Config now gets curl incase of fresh vm. --- scripts/configure_ubuntu.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/configure_ubuntu.sh b/scripts/configure_ubuntu.sh index 1f9b8e8..5437dc1 100755 --- a/scripts/configure_ubuntu.sh +++ b/scripts/configure_ubuntu.sh @@ -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 From 326425f54b4115108e5b556c3fcf64663c467618 Mon Sep 17 00:00:00 2001 From: cents02 <46689260+cents02@users.noreply.github.com> Date: Mon, 29 Jul 2019 08:14:51 -0700 Subject: [PATCH 2/2] Update configure_ubuntu.sh --- scripts/configure_ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/configure_ubuntu.sh b/scripts/configure_ubuntu.sh index 5437dc1..6cad1f1 100755 --- a/scripts/configure_ubuntu.sh +++ b/scripts/configure_ubuntu.sh @@ -1,4 +1,4 @@ -....#!/bin/bash +#!/bin/bash # Assumes a somewhat recent 64-bit ubuntu