Byparr: clean install on update

This commit is contained in:
vhsdream 2026-01-12 11:54:46 -05:00
parent 1265dcee06
commit 837c41d041

View File

@ -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