Updated checklist.
This commit is contained in:
parent
2c29eaea38
commit
e428a1b58c
@ -185,6 +185,11 @@ checklist() {
|
|||||||
else
|
else
|
||||||
errorList+=("Warning: ocrdesktop is not installed. It can help if the installer gets stuck to figure out what is happening.")
|
errorList+=("Warning: ocrdesktop is not installed. It can help if the installer gets stuck to figure out what is happening.")
|
||||||
fi
|
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
|
if command -v unix2dos &> /dev/null ; then
|
||||||
echo "Dos2unix is installed."
|
echo "Dos2unix is installed."
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user