From 2b3f57abc0770f34a97027a14bc6c233e11590e0 Mon Sep 17 00:00:00 2001 From: Matheus Albino Date: Mon, 8 Jul 2024 11:11:44 -0300 Subject: [PATCH] Updates required tools for script --- scripts/shell/images-indexer.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/shell/images-indexer.sh b/scripts/shell/images-indexer.sh index 5f821b8..ec286a0 100755 --- a/scripts/shell/images-indexer.sh +++ b/scripts/shell/images-indexer.sh @@ -17,8 +17,7 @@ while [ "$#" -gt 0 ]; do esac done -# commands_to_check=(gallery-dl gdl.sh xdotool) -commands_to_check=(gallery-dl gdl.sh) +commands_to_check=(gallery-dl gdl.sh feh xdotool) commands_not_found=() for command in ${commands_to_check[@]}; do