From c8551c8a6781364224e98f740d91e96b16d8eccc Mon Sep 17 00:00:00 2001 From: Jay Stapleton <95231559+JayWStapleton@users.noreply.github.com> Date: Thu, 27 Jan 2022 14:37:37 -0500 Subject: [PATCH] add -y flag for xbps to allow installation on void --- scripts/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installer.sh b/scripts/installer.sh index 5867c65ee..3cb254c9f 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -467,7 +467,7 @@ main() { ;; xbps) set -x - $SUDO xbps-install tailscale + $SUDO xbps-install tailscale -y set +x ;; emerge)