scripts/installer.sh: fix --yes argument for freebsd (#14958)

This argument apparently has to be before the package name
Updates #14745

Signed-off-by: Erisa A <erisa@tailscale.com>
This commit is contained in:
Erisa A 2025-02-08 14:45:41 +00:00 committed by GitHub
parent 7b3e5b5df3
commit 532e38bdc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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