lbmk/include
Leah Rowe d3a732a64d 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>
2024-12-30 21:53:55 +00:00
..
git.sh Fix globbing issue in lbmk 2024-12-30 01:02:22 +00:00
lib.sh lib.sh dependencies: support --reinstall argument 2024-12-30 21:53:55 +00:00
mrc.sh remove executable permission on include/ 2024-07-10 02:14:25 +01:00
rom.sh rom.sh: Name pico directory serprog_pico 2024-12-28 16:46:59 +00:00
vendor.sh rom.sh: Name pico directory serprog_pico 2024-12-28 16:46:59 +00:00