Updates required tools for script

This commit is contained in:
Matheus Albino
2024-07-08 11:11:44 -03:00
parent a0462d8c4d
commit 2b3f57abc0

View File

@@ -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