Added xdotool to dependencies because it is now required for the watchdog.

This commit is contained in:
Storm Dragon
2025-12-09 10:15:50 -05:00
parent 4eebbf2bed
commit 748fcde0b8
2 changed files with 11 additions and 11 deletions

2
i38.sh
View File

@@ -21,7 +21,7 @@ configFile="${PWD}/I38_preferences.conf"
export DIALOGOPTS='--no-lines --visit-items'
# Check to make sure minimum requirements are installed.
for i in dialog jq yad ; do
for i in dialog jq yad xdotool ; do
if ! command -v "$i" &> /dev/null ; then
missing+=("$i")
fi