Removed wine-gecko and wine-mono from the check list because audiogame-manager will now install them if they are not present.

This commit is contained in:
Storm Dragon 2021-02-25 16:09:18 -05:00
parent b0f79365a9
commit 557c95c605

View File

@ -195,16 +195,6 @@ checklist() {
else
errorList+=("Warning: unix2dos is not installed. Some games need a configuration file in dos format before they will run.")
fi
if [[ -d /usr/share/wine/gecko/ ]]; then
echo "Found wine gecko."
else
errorList+=("Warning: Wine gecko not found, some games may not work.")
fi
if [[ -d /usr/share/wine/mono/ ]]; then
echo "Found wine mono."
else
errorList+=("Warning: Wine mono not found, some games may not work.")
fi
if command -v xclip &> /dev/null ; then
echo "Xclip is installed."
else