add -y flag for xbps to allow installation on void

Signed-off-by: Jay Stapleton <jay@tailscale.com>
main
Jay Stapleton 4 years ago committed by Jay Stapleton
parent c8551c8a67
commit 39d173e5fc
  1. 2
      scripts/installer.sh

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

Loading…
Cancel
Save