Adds dosfstools to the PKGBUILD depends (#2439)

One of the tools needed by archinstall is mkfs.fatXX and this wasn't automatically installed.

Co-authored-by: Raven <github.onereddime@rubicon.aleeas.com>
This commit is contained in:
Raven 2024-05-25 02:50:51 -05:00 committed by GitHub
parent ffe8279127
commit 6863994118
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ depends=(
'btrfs-progs'
'coreutils'
'cryptsetup'
'dosfstools'
'e2fsprogs'
'glibc'
'kbd'