mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
scripts/installer.sh: press Y on RHEL
For #3540 Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
This commit is contained in:
parent
cced414c7d
commit
8dbda1a722
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user