From 8dbda1a722e8a758038e049951b9fa7071495c98 Mon Sep 17 00:00:00 2001 From: David Crawshaw Date: Thu, 9 Dec 2021 09:34:25 -0800 Subject: [PATCH] scripts/installer.sh: press Y on RHEL For #3540 Signed-off-by: David Crawshaw --- scripts/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installer.sh b/scripts/installer.sh index e02508522..d6c779d55 100755 --- a/scripts/installer.sh +++ b/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 ;;