diff options
Diffstat (limited to 'extra-tools/CITPreBuildDep.sh')
-rwxr-xr-x | extra-tools/CITPreBuildDep.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra-tools/CITPreBuildDep.sh b/extra-tools/CITPreBuildDep.sh index 545cb27..76ac897 100755 --- a/extra-tools/CITPreBuildDep.sh +++ b/extra-tools/CITPreBuildDep.sh @@ -1,5 +1,6 @@ #!/bin/bash +"apt-get" update -y "cd" ~ "mkdir" llvm-clang4 "cd" llvm-clang4 |