diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-07-29 19:23:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-29 19:23:16 +0200 |
| commit | a9b803a739fbd3996cfaff6854c76e40ed391980 (patch) | |
| tree | 826810ccfc6e7aff11f3f08f64a64489201253de | |
| parent | 319cb0adee1b8a65d1daf78aa903d6ffd2952c9c (diff) | |
| parent | 326425f54b4115108e5b556c3fcf64663c467618 (diff) | |
Merge pull request #89 from cents02/trojanao
Curl added in Ubuntu config
| -rwxr-xr-x | scripts/configure_ubuntu.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/configure_ubuntu.sh b/scripts/configure_ubuntu.sh index 1f9b8e83..6cad1f15 100755 --- a/scripts/configure_ubuntu.sh +++ b/scripts/configure_ubuntu.sh @@ -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 |
