add -y flag for xbps to allow installation on void

This commit is contained in:
Jay Stapleton 2022-01-27 14:37:37 -05:00
parent 3a74f2d2d7
commit c8551c8a67
1 changed files with 1 additions and 1 deletions

View File

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