V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 2m50s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-09-05 22:51:59 +02:00
parent 0f727af65b
commit e809c89a5f
3 changed files with 7 additions and 5 deletions

View File

@@ -41,6 +41,9 @@ installation_toolset() {
[dmsetup]="dmsetup"
[fsck.vfat]="dosfstools"
[mkfs.vfat]="dosfstools"
[e2label]="e2fsprogs"
[tune2fs]="e2fsprogs"
[fsck]="e2fsprogs"
[efibootmgr]="efibootmgr"
[file]="file"
[awk]="gawk"
@@ -55,7 +58,6 @@ installation_toolset() {
[lsb_release]="lsb-release"
[parted]="parted"
[lspci]="pciutils"
[sysctl]="procps"
[pwgen]="pwgen"
[sudo]="sudo"
[tree]="tree"