diff --git a/scripts/installer.sh b/scripts/installer.sh index bdd425539..e74ce7886 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -390,7 +390,8 @@ main() { ;; freebsd) if [ "$VERSION" != "12" ] && \ - [ "$VERSION" != "13" ] + [ "$VERSION" != "13" ] && \ + [ "$VERSION" != "14" ] then OS_UNSUPPORTED=1 fi @@ -572,7 +573,7 @@ main() { ;; pkg) set -x - $SUDO pkg install tailscale + $SUDO pkg install tailscale --yes $SUDO service tailscaled enable $SUDO service tailscaled start set +x