diff --git a/scripts/installer.sh b/scripts/installer.sh index 3b76a7b88..22ba12b6b 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -573,7 +573,7 @@ main() { ;; pkg) set -x - $SUDO pkg install tailscale --yes + $SUDO pkg install --yes tailscale $SUDO service tailscaled enable $SUDO service tailscaled start set +x