From 3282a38e9a3d2483e463cc2d0eb15f67dd7a262b Mon Sep 17 00:00:00 2001 From: Kyle Kroboth Date: Sun, 16 Mar 2025 13:05:49 -0400 Subject: [PATCH] chore: remove unused `jq` --- install/fileflows-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/fileflows-install.sh b/install/fileflows-install.sh index a9756b1..7238869 100644 --- a/install/fileflows-install.sh +++ b/install/fileflows-install.sh @@ -19,7 +19,6 @@ $STD apt-get install -y \ curl \ sudo \ mc \ - jq \ ffmpeg msg_ok "Installed Dependencies"