From 39d173e5fcb3f2b951f4a34b9cb1cbf522fbd0b2 Mon Sep 17 00:00:00 2001 From: Jay Stapleton Date: Thu, 10 Feb 2022 16:03:13 -0500 Subject: [PATCH] add -y flag for xbps to allow installation on void Signed-off-by: Jay Stapleton --- scripts/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installer.sh b/scripts/installer.sh index 3cb254c9f..d51d61fe2 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -467,7 +467,7 @@ main() { ;; xbps) set -x - $SUDO xbps-install tailscale -y + $SUDO xbps-install tailscale -y set +x ;; emerge)