Signed-off-by: Sofiane Hamlaoui <[email protected]>
@@ -506,6 +506,13 @@ main() {
$SUDO systemctl enable --now tailscaled
set +x
;;
+ pkg)
+ set -x
+ $SUDO pkg install tailscale
+ $SUDO service tailscaled enable
+ $SUDO service tailscaled start
+ set +x
+ ;;
apk)
set -x
$SUDO apk add tailscale