Updated checklist.
This commit is contained in:
parent
2c29eaea38
commit
e428a1b58c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user