cbmk/config
Leah Rowe 012f530656 lib.sh dependencies: support --reinstall argument
./mk dependencies debian --reinstall

Add --reinstall and it'll do:

apt-get install --reinstall

This can be useful when updating from a stable release
to a testing release. The variable, "reinstall" can be
configured for other distros, but it's currently only
configured for Debian-based distros.

Also, it can be anything. For example, you could add -y;
however, a 4th argument will not be accepted. For example,
you cannot do:

./mk dependencies debian --reinstall -y

If you do this, it'll only see --reinstall; similarly, if
you did this command:

./mk dependencies debian -y --reinstall

then -y would be passed, but not --reinstall. This is an
intentional design decision, in case you accidentally pasted
or subshelled something that outputted something undesirable,
to prevent possible abuse.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2025-01-07 00:12:11 +00:00
..
coreboot add spdx headers to various config files 2025-01-07 00:02:07 +00:00
data rom.sh: Name pico directory serprog_pico 2025-01-07 00:04:37 +00:00
dependencies lib.sh dependencies: support --reinstall argument 2025-01-07 00:12:11 +00:00
flashprog/patches flashprog: bump to 639d563 (2024-08-02) 2024-08-14 22:15:49 +01:00
git pico-sdk: update to 2.1.0 2025-01-07 00:03:50 +00:00
grub add spdx headers to various config files 2025-01-07 00:02:07 +00:00
ifd NEW MAINBOARDS: Dell OptiPlex 780 MT and USFF 2024-10-31 19:42:24 +00:00
memtest86plus/patches Canoeboot 20231026 release 2023-10-27 08:21:04 +01:00
pcsx-redux add spdx headers to various config files 2025-01-07 00:02:07 +00:00
pico-sdk rename nukeblobs to a more generic name 2024-05-26 09:33:27 +01:00
seabios/default add spdx headers to various config files 2025-01-07 00:02:07 +00:00
snippet rom.sh: support making pcsx-redux bios release 2024-10-31 19:21:09 +00:00
stm32-vserprog/patches Canoeboot 20231026 release 2023-10-27 08:21:04 +01:00
submodule add spdx headers to various config files 2025-01-07 00:02:07 +00:00
u-boot Fix U-Boot build issue with Swig 4.3.0 2025-01-07 00:11:37 +00:00
uefitool/patches uefitool: Only define ACCESSPERMS on *nix 2024-08-14 21:48:53 +01:00