From 452bb94233f5a8e246246d36448328ca223402d8 Mon Sep 17 00:00:00 2001 From: Brandon Hopkins <76761586+TechHutTV@users.noreply.github.com> Date: Sat, 10 Jan 2026 16:26:20 -0800 Subject: [PATCH] Update ct/netbird.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> --- ct/netbird.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/netbird.sh b/ct/netbird.sh index e7fde16af..aaa1cdb26 100644 --- a/ct/netbird.sh +++ b/ct/netbird.sh @@ -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 }