Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsobala authored Nov 26, 2024
1 parent 98b4d04 commit 902140d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/Wine (x86)/install-32
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 902140d

Please sign in to comment.