Skip to content

Commit

Permalink
update wine-mono
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintenQVD0 authored May 18, 2022
1 parent cc7a9d0 commit 8d8151b
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 @@ -65,7 +65,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/7.1.1/wine-mono-7.1.1-x86.msi
wget -q -O $WINEPREFIX/mono.msi https://dl.winehq.org/wine/wine-mono/7.2.0/wine-mono-7.2.0-x86.msi
fi

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

0 comments on commit 8d8151b

Please sign in to comment.