summaryrefslogtreecommitdiff
path: root/config/dependencies
diff options
context:
space:
mode:
Diffstat (limited to 'config/dependencies')
-rwxr-xr-xconfig/dependencies/debian2
-rwxr-xr-xconfig/dependencies/trisquel2
-rwxr-xr-xconfig/dependencies/ubuntu20042
-rwxr-xr-xconfig/dependencies/ubuntu24042
4 files changed, 4 insertions, 4 deletions
diff --git a/config/dependencies/debian b/config/dependencies/debian
index 94ff104c..48dab1c9 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 install"
+pkg_add="apt-get install $reinstall"
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/trisquel b/config/dependencies/trisquel
index e8110260..5575cd38 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 install"
+pkg_add="apt-get install $reinstall"
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 d22cafdd..de4e3449 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 install"
+pkg_add="apt-get install $reinstall"
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 cb44fbf5..4d9add19 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 install"
+pkg_add="apt-get install $reinstall"
pkglist=" \
autoconf autogen automake autopoint autotools-dev bc binutils-arm-none-eabi \
bison build-essential cmake curl device-tree-compiler doxygen e2fsprogs efitools \