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 2 years ago committed by Denton Gentry
parent db7da6622a
commit 61868f281e

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

Loading…
Cancel
Save