diff options
-rw-r--r-- | config/dependencies/arch | 2 | ||||
-rwxr-xr-x | config/dependencies/debian | 2 | ||||
-rwxr-xr-x | config/dependencies/fedora38 | 2 | ||||
-rwxr-xr-x | config/dependencies/fedora40 | 2 | ||||
-rwxr-xr-x | config/dependencies/fedora41 | 2 | ||||
-rw-r--r-- | config/dependencies/parabola | 2 | ||||
-rwxr-xr-x | config/dependencies/trisquel | 2 | ||||
-rwxr-xr-x | config/dependencies/ubuntu2004 | 2 | ||||
-rwxr-xr-x | config/dependencies/ubuntu2404 | 2 | ||||
-rw-r--r-- | config/dependencies/void | 2 |
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 \ |