From 837c41d04126b07b407b8e7d8c692dd620a6b763 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Mon, 12 Jan 2026 11:54:46 -0500 Subject: [PATCH] Byparr: clean install on update --- ct/byparr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/byparr.sh b/ct/byparr.sh index 4831404b9..62104bb11 100644 --- a/ct/byparr.sh +++ b/ct/byparr.sh @@ -33,7 +33,7 @@ function update_script() { systemctl stop byparr msg_ok "Stopped Service" - fetch_and_deploy_gh_release "Byparr" "ThePhaseless/Byparr" + CLEAN_INSTALL=1 fetch_and_deploy_gh_release "Byparr" "ThePhaseless/Byparr" msg_info "Starting Service" systemctl start byparr