From 557c95c605c53a772863f8c395eae0ac0a2d797f Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 25 Feb 2021 16:09:18 -0500 Subject: [PATCH] Removed wine-gecko and wine-mono from the check list because audiogame-manager will now install them if they are not present. --- audiogame-manager.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index e7e539c..5cbc8b6 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -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