forgot an apt update

This commit is contained in:
ohfp 2020-03-29 00:56:54 +01:00
parent 440d7d323b
commit c842430e31

View file

@ -15,4 +15,5 @@ DEBIAN_FRONTEND=noninteractive apt-get -y -qq install $_DEPENDENCIES;
DEBIAN_FRONTEND=noninteractive apt install -y software-properties-common
sudo apt-add-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-9 main"
DEBIAN_FRONTEND=noninteractive wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add
DEBIAN_FRONTEND=noninteractive apt-get -qq update;
DEBIAN_FRONTEND=noninteractive apt-get -y install clang-9