From 1007983159ca29ad1ba3ed8bc005ca8dc8b0f03a Mon Sep 17 00:00:00 2001 From: Sofiane Hamlaoui Date: Mon, 20 Jun 2022 08:43:07 +0200 Subject: [PATCH] Adding pkg for Freebsd installation Signed-off-by: Sofiane Hamlaoui --- scripts/installer.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/installer.sh b/scripts/installer.sh index 05f89be14..0dbe78175 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -506,6 +506,13 @@ main() { $SUDO systemctl enable --now tailscaled set +x ;; + pkg) + set -x + $SUDO pkg install tailscale + $SUDO service tailscaled enable + $SUDO service tailscaled start + set +x + ;; apk) set -x $SUDO apk add tailscale