Skip to content

Commit

Permalink
Merge pull request #243 from gOOvER/update-mono
Browse files Browse the repository at this point in the history
update wine mono to 9.1.0
  • Loading branch information
QuintenQVD0 committed May 8, 2024
2 parents 98324b8 + f30bbd3 commit a297000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wine/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if [[ $WINETRICKS_RUN =~ mono ]]; then
WINETRICKS_RUN=${WINETRICKS_RUN/mono}

if [ ! -f "$WINEPREFIX/mono.msi" ]; then
wget -q -O $WINEPREFIX/mono.msi https://dl.winehq.org/wine/wine-mono/9.0.0/wine-mono-9.0.0-x86.msi
wget -q -O $WINEPREFIX/mono.msi https://dl.winehq.org/wine/wine-mono/9.1.0/wine-mono-9.1.0-x86.msi
fi

wine msiexec /i $WINEPREFIX/mono.msi /qn /quiet /norestart /log $WINEPREFIX/mono_install.log
Expand Down

0 comments on commit a297000

Please sign in to comment.