From 817edd6d9ceb314372da005e28beb20c95f643f5 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 12 Nov 2025 15:09:42 -0500 Subject: [PATCH] PeaNUT: use clean install flag during update (#9100) - Fixes an issue with middleware update - also removed semicolon from tags --- ct/peanut.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/peanut.sh b/ct/peanut.sh index 181e1c750..e52d1918f 100644 --- a/ct/peanut.sh +++ b/ct/peanut.sh @@ -6,7 +6,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV # Source: https://github.com/Brandawg93/PeaNUT/ APP="PeaNUT" -var_tags="${var_tags:-network;ups;}" +var_tags="${var_tags:-network;ups}" var_cpu="${var_cpu:-2}" var_ram="${var_ram:-4096}" var_disk="${var_disk:-7}" @@ -35,7 +35,7 @@ function update_script() { systemctl stop peanut msg_info "Stopped Service" - fetch_and_deploy_gh_release "peanut" "Brandawg93/PeaNUT" "tarball" "latest" "/opt/peanut" + CLEAN_INSTALL=1 fetch_and_deploy_gh_release "peanut" "Brandawg93/PeaNUT" "tarball" "latest" "/opt/peanut" msg_info "Updating $APP" cd /opt/peanut