From 98b4d04dbf9dedd2370ecd9b1ad881ded6fadc82 Mon Sep 17 00:00:00 2001 From: Lukasz Sobala <61153692+lukaszsobala@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:45:53 +0100 Subject: [PATCH 1/2] fix typo --- apps/Wine (x64)/install-64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Wine (x64)/install-64 b/apps/Wine (x64)/install-64 index b0f1d72b77..f4e834fc3e 100755 --- a/apps/Wine (x64)/install-64 +++ b/apps/Wine (x64)/install-64 @@ -461,7 +461,7 @@ fi #end of if statement that only runs if this script was started when there was export W_OPT_UNATTENDED=1 #Avoid opening any dialog windows; install everything in unattended mode installed="\$(WINETRICKS_SUPER_QUIET=1 winetricks -q list-installed 2>/dev/null)" -for i in mfc42 vcrun6 vcrun2003 fontfix corefonts gdiplus msxml3 vcrun2005sp1 vcrun2008 ;do +for i in mfc42 vcrun6 vcrun2003 fontfix corefonts gdiplus msxml3 vcrun2005 vcrun2008 ;do echo status -n "Installing \$i with winetricks..." if echo "\$installed" | grep -qFx "\$i" ;then From 902140d49b79883dd9f80c71c5d53f2ebe59b6ae Mon Sep 17 00:00:00 2001 From: Lukasz Sobala <61153692+lukaszsobala@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:47:00 +0100 Subject: [PATCH 2/2] fix typo --- apps/Wine (x86)/install-32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Wine (x86)/install-32 b/apps/Wine (x86)/install-32 index 1ffbc6cae3..2e3f8d809f 100755 --- a/apps/Wine (x86)/install-32 +++ b/apps/Wine (x86)/install-32 @@ -567,7 +567,7 @@ fi #end of if statement that only runs if this script was started when there was export W_OPT_UNATTENDED=1 #Avoid opening any dialog windows; install everything in unattended mode installed="\$(WINETRICKS_SUPER_QUIET=1 winetricks -q list-installed 2>/dev/null)" -for i in mfc42 vcrun6 vcrun2003 fontfix corefonts gdiplus msxml3 vcrun2005sp1 vcrun2008 ;do +for i in mfc42 vcrun6 vcrun2003 fontfix corefonts gdiplus msxml3 vcrun2005 vcrun2008 ;do echo status -n "Installing \$i with winetricks..." if echo "\$installed" | grep -qFx "\$i" ;then