From d845799c05f167969df121d3df8042eb3f38d12b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Wed, 1 Oct 2025 00:35:39 +0200 Subject: [PATCH] Update install/sonarqube-install.sh --- install/sonarqube-install.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/install/sonarqube-install.sh b/install/sonarqube-install.sh index eb9c5de2..7b6003b0 100644 --- a/install/sonarqube-install.sh +++ b/install/sonarqube-install.sh @@ -12,11 +12,7 @@ setting_up_container network_check update_os -msg_info "Installing Dependencies (Patience)" -$STD apt-get install -y openjdk-17-jdk curl unzip -msg_ok "Installed Dependencies" - -RELEASE=$(curl -s https://api.github.com/repos/SonarSource/sonarqube/releases/latest | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/') +JAVA_VERSION=21 setup_java PG_VERSION="17" setup_postgresql msg_info "Installing Postgresql"