Update install/sonarqube-install.sh

This commit is contained in:
Slaviša Arežina 2025-10-01 00:35:47 +02:00 committed by GitHub
parent d845799c05
commit 23c0131186
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ msg_ok "Installed PostgreSQL"
msg_info "Creating SonarQube User"
useradd -r -m -U -d /opt/sonarqube -s /bin/bash sonarqube 2>/dev/null || true
msg_info "SonarQube Installation"
msg_info "Configuring SonarQube"
curl -fsSL -o /tmp/sonarqube.zip "https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-${RELEASE}.zip"
unzip -q /tmp/sonarqube.zip -d /tmp
cp -r /tmp/sonarqube-*/* /opt/sonarqube/