diff options
-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 |