mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-16 19:51:41 +00:00
Adding pkg for Freebsd installation
Signed-off-by: Sofiane Hamlaoui <s0fianehaml40u1@gmail.com>
This commit is contained in:
parent
51cc0e503b
commit
1007983159
@ -506,6 +506,13 @@ main() {
|
|||||||
$SUDO systemctl enable --now tailscaled
|
$SUDO systemctl enable --now tailscaled
|
||||||
set +x
|
set +x
|
||||||
;;
|
;;
|
||||||
|
pkg)
|
||||||
|
set -x
|
||||||
|
$SUDO pkg install tailscale
|
||||||
|
$SUDO service tailscaled enable
|
||||||
|
$SUDO service tailscaled start
|
||||||
|
set +x
|
||||||
|
;;
|
||||||
apk)
|
apk)
|
||||||
set -x
|
set -x
|
||||||
$SUDO apk add tailscale
|
$SUDO apk add tailscale
|
||||||
|
Loading…
x
Reference in New Issue
Block a user