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
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…
Reference in New Issue