Refactor: Zerotier-One (#9804)

This commit is contained in:
Slaviša Arežina
2025-12-09 16:04:15 +01:00
committed by GitHub
parent 0ab80c814b
commit 42d1f2980a
3 changed files with 17 additions and 6 deletions

View File

@ -33,10 +33,10 @@ function update_script() {
systemctl stop zerotier-one
msg_ok "Stopping Service"
msg_info "Updating ${APP}"
msg_info "Updating Zerotier-One"
$STD apt update
$STD apt -y upgrade
msg_ok "Updated ${APP}"
$STD apt upgrade -y
msg_ok "Updated Zerotier-One"
msg_info "Starting Service"
systemctl start zerotier-one