From 02b2f0dace3c0685570a31f4f015ed783f4381aa Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sat, 19 Aug 2023 12:42:37 +0300 Subject: [PATCH] fixed missing dosfstools --- PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PKGBUILD b/PKGBUILD index 4bd7ce37..a235f23c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -117,6 +117,9 @@ depends=( wpa_supplicant run-parts + # fsck for /boot + dosfstools + # Misc hostapd )