aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-13 13:41:52 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-13 13:41:52 +0000
commitf8b3fe78aa346855c896f417695ccb277264d109 (patch)
treeaf73679e7143cbbd35241a7b5aa5da090d46930d
parentnow updating cmake (diff)
downloadmutator-f8b3fe78aa346855c896f417695ccb277264d109.tar.gz
mutator-f8b3fe78aa346855c896f417695ccb277264d109.zip
cmake not upgradin on the virtual host
-rwxr-xr-xextra-tools/CITPreBuildDep.sh2
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