diff options
author | Leah Rowe <leah@libreboot.org> | 2024-12-30 00:29:04 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-12-30 00:29:04 +0000 |
commit | c80cc0a00b6fbe5e94bb35c5760e224ce70c09f0 (patch) | |
tree | 9ea2c8554fa4f23e2b0ff1d757920667b4b8ac34 /config/dependencies/fedora41 | |
parent | 01fc65a0a9d5310732b95ce3cd2c96ad01479c25 (diff) |
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 <leah@libreboot.org>
Diffstat (limited to 'config/dependencies/fedora41')
-rwxr-xr-x | config/dependencies/fedora41 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dependencies/fedora41 b/config/dependencies/fedora41 index 5ba6f552..486674b4 100755 --- a/config/dependencies/fedora41 +++ b/config/dependencies/fedora41 @@ -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-cs-c++ \ arm-none-eabi-gcc arm-none-eabi-newlib autogen bison bzip2 cmake curl \ |