From dd54b6aa5ca251d4b4fc16f636004e3dd0d67a39 Mon Sep 17 00:00:00 2001 From: DerryPlaysXd <54913019+DerryPlaysXd@users.noreply.github.com> Date: Fri, 10 Dec 2021 01:58:08 +0100 Subject: [PATCH] exfat-utils >> exfatprogs exfat-utils no longer work. To mount an exfat drive exfatprogs are needed --- 1-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-setup.sh b/1-setup.sh index 73904f1..c66ff6b 100755 --- a/1-setup.sh +++ b/1-setup.sh @@ -94,7 +94,7 @@ PKGS=( 'dtc' 'efibootmgr' # EFI boot 'egl-wayland' -'exfat-utils' +'exfatprogs' 'extra-cmake-modules' 'filelight' 'flex'