From 07d1ad35fc91729c43383950fc82365a6f057c76 Mon Sep 17 00:00:00 2001 From: "Krzysztof Nazarewski (kdn)" Date: Mon, 30 Jun 2025 12:02:03 +0200 Subject: [PATCH] [misc] start the service after installation on arch linux (#4071) --- release_files/install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/release_files/install.sh b/release_files/install.sh index 696cb03f1..856d332cb 100755 --- a/release_files/install.sh +++ b/release_files/install.sh @@ -130,7 +130,7 @@ repo_gpgcheck=1 EOF } -add_aur_repo() { +install_aur_package() { INSTALL_PKGS="git base-devel go" REMOVE_PKGS="" @@ -279,7 +279,9 @@ install_netbird() { ;; pacman) ${SUDO} pacman -Syy - add_aur_repo + install_aur_package + # in-line with the docs at https://wiki.archlinux.org/title/Netbird + ${SUDO} systemctl enable --now netbird@main.service ;; pkg) # Check if the package is already installed