mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-30 04:31:04 +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)
|
pkg)
|
||||||
set -x
|
set -x
|
||||||
$SUDO pkg install tailscale --yes
|
$SUDO pkg install --yes tailscale
|
||||||
$SUDO service tailscaled enable
|
$SUDO service tailscaled enable
|
||||||
$SUDO service tailscaled start
|
$SUDO service tailscaled start
|
||||||
set +x
|
set +x
|
||||||
|
Loading…
x
Reference in New Issue
Block a user