From 38ae25c157673748d5afc290e438b91d22a2be7b Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sun, 26 Jul 2026 19:02:10 +0200 Subject: [PATCH] Update author in nezha.sh script --- ct/nezha.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ct/nezha.sh b/ct/nezha.sh index 737f67ca2..065c162c7 100644 --- a/ct/nezha.sh +++ b/ct/nezha.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -source "$(dirname "${BASH_SOURCE[0]}")/../misc/build.func" 2>/dev/null || source <(curl -fsSL "${COMMUNITY_SCRIPTS_URL:-https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main}/misc/build.func") +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG -# Author: GitHub Copilot (GPT-5.3-Codex) +# Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://github.com/nezhahq/nezha @@ -38,7 +38,6 @@ function update_script() { create_backup /opt/nezha/data CLEAN_INSTALL=1 fetch_and_deploy_gh_release "nezha" "nezhahq/nezha" "prebuild" "latest" "/opt/nezha" "dashboard-linux-amd64.zip" - if [[ -f /opt/nezha/dashboard-linux-amd64 ]]; then mv /opt/nezha/dashboard-linux-amd64 /opt/nezha/dashboard chmod +x /opt/nezha/dashboard