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