Browse Source

Update installer.sh

Jay Stapleton 4 years ago
parent
commit
02461ea459
1 changed files with 2 additions and 2 deletions
  1. 2 2
      scripts/installer.sh

+ 2 - 2
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
 		;;