From d0e2f720fc25784c2d085d8e5b74d1214a7dcf20 Mon Sep 17 00:00:00 2001 From: Omar Date: Fri, 23 May 2025 02:48:31 -0400 Subject: [PATCH] removing curl as not needed --- install/convertx-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/convertx-install.sh b/install/convertx-install.sh index 7aa3952..d6cb9d1 100644 --- a/install/convertx-install.sh +++ b/install/convertx-install.sh @@ -15,7 +15,6 @@ update_os msg_info "Installing Dependencies" $STD apt-get install -y \ - curl \ ffmpeg \ jq msg_ok "Installed Dependencies"