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>
pull/14962/head
Erisa A 10 months ago committed by GitHub
parent 7b3e5b5df3
commit 532e38bdc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save