Update byparr.sh

This commit is contained in:
Luís Oliveira 2025-12-02 13:15:46 +00:00 committed by GitHub
parent d98f8ccc9a
commit 8f36211011
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ function update_script() {
systemctl stop byparr systemctl stop byparr
msg_ok "Stopped Service" msg_ok "Stopped Service"
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "Byparr" "ThePhaseless/Byparr" fetch_and_deploy_gh_release "Byparr" "ThePhaseless/Byparr"
msg_info "Starting Service" msg_info "Starting Service"
systemctl start byparr systemctl start byparr