mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-29 20:14:43 +00:00
Co-authored-by: Ronny Marx <r0mx@mailbox.org>
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ function update_script() {
|
|||||||
RELEASE=$(get_latest_github_release "SonarSource/sonarqube")
|
RELEASE=$(get_latest_github_release "SonarSource/sonarqube")
|
||||||
curl -fsSL "https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-${RELEASE}.zip" -o $temp_file
|
curl -fsSL "https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-${RELEASE}.zip" -o $temp_file
|
||||||
unzip -q "$temp_file" -d /opt
|
unzip -q "$temp_file" -d /opt
|
||||||
mv /opt/sonarqube-* /opt/sonarqube
|
mv /opt/sonarqube-${RELEASE} /opt/sonarqube
|
||||||
msg_ok "Updated SonarQube"
|
msg_ok "Updated SonarQube"
|
||||||
|
|
||||||
msg_info "Restoring Backup"
|
msg_info "Restoring Backup"
|
||||||
|
|||||||
Reference in New Issue
Block a user