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/fedora40 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/dependencies/fedora40') diff --git a/config/dependencies/fedora40 b/config/dependencies/fedora40 index 297c0266..fa99b6fa 100755 --- a/config/dependencies/fedora40 +++ b/config/dependencies/fedora40 @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-3.0-or-later -pkg_add="dnf -y install" +pkg_add="dnf install" pkglist=" \ acpica-tools arm-none-eabi-binutils arm-none-eabi-gcc \ arm-none-eabi-gcc arm-none-eabi-newlib autogen bison bzip2 cmake curl \ -- cgit v1.2.1