Updated checklist.

This commit is contained in:
Storm Dragon 2021-02-15 12:44:16 -05:00
parent 2c29eaea38
commit e428a1b58c

View File

@ -185,6 +185,11 @@ checklist() {
else
errorList+=("Warning: ocrdesktop is not installed. It can help if the installer gets stuck to figure out what is happening.")
fi
if command -v qjoypad &> /dev/null ; then
echo "Qjoypad is installed."
else
errorList+=("Warning: qjoypad is not installed. Qjoypad allows you to play keyboard only games with a gamepad.")
fi
if command -v unix2dos &> /dev/null ; then
echo "Dos2unix is installed."
else