Browse Source

scripts/installer.sh: press Y on RHEL

For #3540

Signed-off-by: David Crawshaw <[email protected]>
David Crawshaw 4 years ago
parent
commit
8dbda1a722
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/installer.sh

+ 1 - 1
scripts/installer.sh

@@ -399,7 +399,7 @@ main() {
 		dnf)
 			set -x
 			$SUDO dnf config-manager --add-repo "https://pkgs.tailscale.com/stable/$OS/$VERSION/tailscale.repo"
-			$SUDO dnf install tailscale
+			$SUDO dnf install -y tailscale
 			$SUDO systemctl enable --now tailscaled
 			set +x
 		;;