From f8b3fe78aa346855c896f417695ccb277264d109 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 13 Dec 2016 17:11:52 +0330 Subject: cmake not upgradin on the virtual host --- extra-tools/CITPreBuildDep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra-tools') 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 -- cgit v1.2.3