diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-13 13:41:52 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-13 13:41:52 +0000 |
commit | f8b3fe78aa346855c896f417695ccb277264d109 (patch) | |
tree | af73679e7143cbbd35241a7b5aa5da090d46930d | |
parent | now updating cmake (diff) | |
download | mutator-f8b3fe78aa346855c896f417695ccb277264d109.tar.gz mutator-f8b3fe78aa346855c896f417695ccb277264d109.zip |
cmake not upgradin on the virtual host
-rwxr-xr-x | extra-tools/CITPreBuildDep.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra-tools/CITPreBuildDep.sh b/extra-tools/CITPreBuildDep.sh index 76ac897..8aee516 100755 --- a/extra-tools/CITPreBuildDep.sh +++ b/extra-tools/CITPreBuildDep.sh @@ -1,6 +1,6 @@ #!/bin/bash -"apt-get" update -y +"sudo apt-get" install cmake -y "cd" ~ "mkdir" llvm-clang4 "cd" llvm-clang4 |