From d56b020e95d64b1aa07b44ee807f5f94bce674b0 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Fri, 8 Oct 2021 12:01:52 +0200 Subject: [PATCH] 11 != 13. not-enough-coffee-error, I guess --- scripts/1_Install_Dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/1_Install_Dependencies.sh b/scripts/1_Install_Dependencies.sh index 3dfa5ab..52ec91c 100755 --- a/scripts/1_Install_Dependencies.sh +++ b/scripts/1_Install_Dependencies.sh @@ -56,7 +56,7 @@ if [[ $CARCH == 'x86_64' ]];then # Installs (non-ancient) clang apt install -y software-properties-common apt-transport-https ca-certificates wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - apt-add-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-11 main" + apt-add-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-13 main" apt-get update apt-get -y install clang-13 libclang-13-dev else