add -y flag for xbps to allow installation on void

Signed-off-by: Jay Stapleton <jay@tailscale.com>
pull/3907/head
Jay Stapleton 2 years ago committed by Jay Stapleton
parent c8551c8a67
commit 39d173e5fc

@ -467,7 +467,7 @@ main() {
;;
xbps)
set -x
$SUDO xbps-install tailscale -y
$SUDO xbps-install tailscale -y
set +x
;;
emerge)

Loading…
Cancel
Save