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/arch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/dependencies/arch') diff --git a/config/dependencies/arch b/config/dependencies/arch index ec75425a..ff20ecd8 100644 --- a/config/dependencies/arch +++ b/config/dependencies/arch @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-3.0-or-later -pkg_add="pacman -S --needed --noconfirm" +pkg_add="pacman -S --needed" pkglist=" \ acpica arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-newlib \ autogen base-devel bison cmake curl device-mapper doxygen \ -- cgit v1.2.1