From 02461ea45924f7548b3a58001c3a56ba9e61430b Mon Sep 17 00:00:00 2001 From: Jay Stapleton <95231559+JayWStapleton@users.noreply.github.com> Date: Mon, 17 Jan 2022 11:26:01 -0500 Subject: [PATCH] Update installer.sh --- scripts/installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/installer.sh b/scripts/installer.sh index a0cd736a5..df27e6b10 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -427,8 +427,8 @@ main() { yum) set -x $SUDO yum install yum-utils - $SUDO yum-config-manager --add-repo "https://pkgs.tailscale.com/$TRACK/$OS/$VERSION/tailscale.repo" - $SUDO yum install tailscale + $SUDO yum-config-manager -y --add-repo "https://pkgs.tailscale.com/$TRACK/$OS/$VERSION/tailscale.repo" + $SUDO yum install tailscale -y $SUDO systemctl enable --now tailscaled set +x ;;