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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user