diff options
| author | cents02 <46689260+cents02@users.noreply.github.com> | 2019-07-29 08:11:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-29 08:11:14 -0700 |
| commit | abff73de3c103b1a608b66fbf56687453bcc63f5 (patch) | |
| tree | a94a18d4e53c12d5923b3f118d78c85c481a950f /scripts | |
| parent | 319cb0adee1b8a65d1daf78aa903d6ffd2952c9c (diff) | |
Ubuntu config gets curl too
Config now gets curl incase of fresh vm.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/configure_ubuntu.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/configure_ubuntu.sh b/scripts/configure_ubuntu.sh index 1f9b8e83..5437dc10 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 |
