summaryrefslogtreecommitdiff
path: root/config/dependencies
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-12-30 00:29:04 +0000
committerLeah Rowe <leah@libreboot.org>2024-12-30 00:29:04 +0000
commitc80cc0a00b6fbe5e94bb35c5760e224ce70c09f0 (patch)
tree9ea2c8554fa4f23e2b0ff1d757920667b4b8ac34 /config/dependencies
parent01fc65a0a9d5310732b95ce3cd2c96ad01479c25 (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')
-rw-r--r--config/dependencies/arch2
-rwxr-xr-xconfig/dependencies/debian2
-rwxr-xr-xconfig/dependencies/fedora382
-rwxr-xr-xconfig/dependencies/fedora402
-rwxr-xr-xconfig/dependencies/fedora412
-rw-r--r--config/dependencies/parabola2
-rwxr-xr-xconfig/dependencies/trisquel2
-rwxr-xr-xconfig/dependencies/ubuntu20042
-rwxr-xr-xconfig/dependencies/ubuntu24042
-rw-r--r--config/dependencies/void2
10 files changed, 10 insertions, 10 deletions
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 \
diff --git a/config/dependencies/debian b/config/dependencies/debian
index d147673c..94ff104c 100755
--- a/config/dependencies/debian
+++ b/config/dependencies/debian
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
-pkg_add="apt-get -y install"
+pkg_add="apt-get install"
pkglist=" \
acpica-tools autoconf autogen automake autopoint autotools-dev bc \
binutils-arm-none-eabi bison build-essential cmake curl device-tree-compiler \
diff --git a/config/dependencies/fedora38 b/config/dependencies/fedora38
index 2e192e6f..8af77879 100755
--- a/config/dependencies/fedora38
+++ b/config/dependencies/fedora38
@@ -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 \
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 \
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 \
diff --git a/config/dependencies/parabola b/config/dependencies/parabola
index 17aca3ae..9a4006a4 100644
--- a/config/dependencies/parabola
+++ b/config/dependencies/parabola
@@ -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 bdf-unifont bison cmake curl device-mapper doxygen \
diff --git a/config/dependencies/trisquel b/config/dependencies/trisquel
index a6d5e3ca..e8110260 100755
--- a/config/dependencies/trisquel
+++ b/config/dependencies/trisquel
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
-pkg_add="apt-get -y install"
+pkg_add="apt-get install"
pkglist=" \
autoconf autogen automake autopoint autotools-dev bc binutils-arm-none-eabi \
bison build-essential cmake curl device-tree-compiler doxygen e2fsprogs efitools \
diff --git a/config/dependencies/ubuntu2004 b/config/dependencies/ubuntu2004
index a328b999..d22cafdd 100755
--- a/config/dependencies/ubuntu2004
+++ b/config/dependencies/ubuntu2004
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
-pkg_add="apt-get -y install"
+pkg_add="apt-get install"
pkglist=" \
autoconf autogen automake autopoint autotools-dev bc binutils-arm-none-eabi \
bison build-essential cmake curl device-tree-compiler doxygen e2fsprogs efitools \
diff --git a/config/dependencies/ubuntu2404 b/config/dependencies/ubuntu2404
index f1a1aff1..cb44fbf5 100755
--- a/config/dependencies/ubuntu2404
+++ b/config/dependencies/ubuntu2404
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
-pkg_add="apt-get -y install"
+pkg_add="apt-get install"
pkglist=" \
autoconf autogen automake autopoint autotools-dev bc binutils-arm-none-eabi \
bison build-essential cmake curl device-tree-compiler doxygen e2fsprogs efitools \
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 \