From 3315db7ad649af7a75024bee6d1fa994047237b8 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Wed, 19 May 2021 13:08:10 -0700 Subject: [PATCH] Add ExFAT to setup_linux --- setup_linux.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup_linux.sh b/setup_linux.sh index e1a3ee9..f1a2fe6 100644 --- a/setup_linux.sh +++ b/setup_linux.sh @@ -26,6 +26,8 @@ PACKAGES=( python3-venv xsel jq + exfat-fuse + exfat-utils ) if [ "$JAVA" == "true" ]; then