add -y flag for xbps to allow installation on void

pull/3907/head
Jay Stapleton 3 years ago
parent 3a74f2d2d7
commit c8551c8a67

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

Loading…
Cancel
Save