From 186433b39faeeaffdd1c8cbb3260aa2d71ca709e Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Sat, 14 Oct 2023 16:08:48 -0400 Subject: [PATCH] guess and check CI method --- apps/FF Multi Converter/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/FF Multi Converter/install b/apps/FF Multi Converter/install index ae4a93b7ad8..0283eb14c34 100755 --- a/apps/FF Multi Converter/install +++ b/apps/FF Multi Converter/install @@ -5,7 +5,7 @@ install_packages python3 python3-pyqt5 python3-distutils ffmpeg imagemagick unoc git_clone https://github.com/ilstam/FF-Multi-Converter || exit 1 cd FF-Multi-Converter || error 'Failed to cd into "FF-Multi-Converter" directory!' -if package_is_new_enough python3-setuptools 59.0.0 ;then +if package_is_new_enough python3-setuptools 66.0.0 ;then errors="$(sudo python3 setup.py install --old-and-unmanageable 2>&1)" || error "Failed to install FF Multi Converter!\nErrors:\n$errors" else errors="$(sudo python3 setup.py install 2>&1)" || error "Failed to install FF Multi Converter!\nErrors:\n$errors"