From c80cc0a00b6fbe5e94bb35c5760e224ce70c09f0 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 30 Dec 2024 00:29:04 +0000 Subject: remove auto-confirm on distro dependencies because if it says yes to everything, and the package manager would otherwise ask whether you want to give it your first born son, you are therefore agreeing to it. so remove -y for safety Signed-off-by: Leah Rowe --- config/dependencies/void | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/dependencies/void') diff --git a/config/dependencies/void b/config/dependencies/void index 9060b7c1..a02d706e 100644 --- a/config/dependencies/void +++ b/config/dependencies/void @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-3.0-or-later -pkg_add="xbps-install -y" +pkg_add="xbps-install" pkglist=" \ acpica-utils autogen base-devel bison cmake \ cross-arm-none-eabi-binutils cross-arm-none-eabi-gcc \ -- cgit v1.2.1