add -y flag for xbps to allow installation on void

Signed-off-by: Jay Stapleton <jay@tailscale.com>
This commit is contained in:
Jay Stapleton 2022-02-10 16:03:13 -05:00 committed by Jay Stapleton
parent c8551c8a67
commit 39d173e5fc
1 changed files with 1 additions and 1 deletions

View File

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