mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-20 11:58:39 +00:00
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:
parent
7b3e5b5df3
commit
532e38bdc8
@ -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…
x
Reference in New Issue
Block a user