From 296ca948cf1d8a8a4572b82a47650901351aed83 Mon Sep 17 00:00:00 2001 From: Brandon Hopkins <76761586+TechHutTV@users.noreply.github.com> Date: Sat, 10 Jan 2026 16:03:06 -0800 Subject: [PATCH] Update install/netbird-install.sh Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- install/netbird-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/netbird-install.sh b/install/netbird-install.sh index d86022444..555dac6fd 100644 --- a/install/netbird-install.sh +++ b/install/netbird-install.sh @@ -23,7 +23,7 @@ setup_deb882_repo \ msg_ok "Set up NetBird Repository" msg_info "Installing NetBird" -$STD apt-get install -y netbird +$STD apt install -y netbird msg_ok "Installed NetBird" msg_info "Enabling NetBird Service"