From 7b6337c9d2cd1dc4fb0c020df766b22d2889ec07 Mon Sep 17 00:00:00 2001 From: DerryPlaysXd <54913019+DerryPlaysXd@users.noreply.github.com> Date: Mon, 6 Dec 2021 12:53:16 +0000 Subject: [PATCH] Changed exfat-utils > exfat progs You have to use exfatprogs instead of exfat-utils to have exfat available in gparted and be able to mount exfat drives. --- 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'