mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-23 09:21:41 +00:00
scripts/installer: call emerge with --ask=n
Fixes https://github.com/tailscale/tailscale/issues/4354 Signed-off-by: Denton Gentry <dgentry@tailscale.com>
This commit is contained in:
parent
db7da6622a
commit
61868f281e
@ -485,7 +485,7 @@ main() {
|
|||||||
;;
|
;;
|
||||||
emerge)
|
emerge)
|
||||||
set -x
|
set -x
|
||||||
$SUDO emerge net-vpn/tailscale
|
$SUDO emerge --ask=n net-vpn/tailscale
|
||||||
set +x
|
set +x
|
||||||
;;
|
;;
|
||||||
appstore)
|
appstore)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user