scripts/installer: call emerge with --ask=n

Fixes https://github.com/tailscale/tailscale/issues/4354

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
pull/4397/head
Denton Gentry 2022-04-16 15:58:32 -07:00 committed by Denton Gentry
parent db7da6622a
commit 61868f281e
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ main() {
;;
emerge)
set -x
$SUDO emerge net-vpn/tailscale
$SUDO emerge --ask=n net-vpn/tailscale
set +x
;;
appstore)