Update installer.sh

pull/3472/head
Jay Stapleton 3 years ago
parent 8cf1af8a07
commit 02461ea459

@ -427,8 +427,8 @@ main() {
yum) yum)
set -x set -x
$SUDO yum install yum-utils $SUDO yum install yum-utils
$SUDO yum-config-manager --add-repo "https://pkgs.tailscale.com/$TRACK/$OS/$VERSION/tailscale.repo" $SUDO yum-config-manager -y --add-repo "https://pkgs.tailscale.com/$TRACK/$OS/$VERSION/tailscale.repo"
$SUDO yum install tailscale $SUDO yum install tailscale -y
$SUDO systemctl enable --now tailscaled $SUDO systemctl enable --now tailscaled
set +x set +x
;; ;;

Loading…
Cancel
Save