From 61596a1d75f1f9510e6e0b61b5c7aa33f5b8f3fb Mon Sep 17 00:00:00 2001 From: Ian Duncan <76043277+dr8co@users.noreply.github.com> Date: Thu, 6 Jun 2024 02:42:19 +0300 Subject: [PATCH] Install Qodana dependencies --- scripts/prepare-qodana.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prepare-qodana.sh b/scripts/prepare-qodana.sh index 66dbaa6..e388950 100755 --- a/scripts/prepare-qodana.sh +++ b/scripts/prepare-qodana.sh @@ -10,7 +10,7 @@ cd "$(dirname "$0")" || (echo "Running from $(pwd)" && exit 1) check_root # Install dependencies -apt update && apt install -y wget unzip build-essential openssl libreadline8 libreadline-dev libsodium23 libsodium-dev libgcrypt20-dev +apt update && apt install -y software-properties-common wget unzip build-essential openssl libreadline8 libreadline-dev libsodium23 libsodium-dev libgcrypt20-dev wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc add-apt-repository -y "deb http://apt.llvm.org/bookworm/ llvm-toolchain-bookworm-18 main" apt update