Update ct/netbird.sh

Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
This commit is contained in:
Brandon Hopkins 2026-01-10 16:26:20 -08:00 committed by GitHub
parent 1504a65bfb
commit 452bb94233
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ fi
msg_info "Updating ${APP}"
$STD apt update
$STD apt -y upgrade
$STD apt upgrade -y
msg_ok "Updated Successfully"
exit
}