Update wine Gecko and Mono versions
This commit is contained in:
@@ -53,11 +53,11 @@ if [[ $WINETRICKS_RUN =~ gecko ]]; then
|
|||||||
WINETRICKS_RUN=${WINETRICKS_RUN/gecko}
|
WINETRICKS_RUN=${WINETRICKS_RUN/gecko}
|
||||||
|
|
||||||
if [ ! -f "$WINEPREFIX/gecko_x86.msi" ]; then
|
if [ ! -f "$WINEPREFIX/gecko_x86.msi" ]; then
|
||||||
wget -q -O $WINEPREFIX/gecko_x86.msi http://dl.winehq.org/wine/wine-gecko/2.47.3/wine_gecko-2.47.3-x86.msi
|
wget -q -O $WINEPREFIX/gecko_x86.msi http://dl.winehq.org/wine/wine-gecko/2.47.4/wine_gecko-2.47.4-x86.msi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f "$WINEPREFIX/gecko_x86_64.msi" ]; then
|
if [ ! -f "$WINEPREFIX/gecko_x86_64.msi" ]; then
|
||||||
wget -q -O $WINEPREFIX/gecko_x86_64.msi http://dl.winehq.org/wine/wine-gecko/2.47.3/wine_gecko-2.47.3-x86_64.msi
|
wget -q -O $WINEPREFIX/gecko_x86_64.msi http://dl.winehq.org/wine/wine-gecko/2.47.4/wine_gecko-2.47.4-x86_64.msi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wine msiexec /i $WINEPREFIX/gecko_x86.msi /qn /quiet /norestart /log $WINEPREFIX/gecko_x86_install.log
|
wine msiexec /i $WINEPREFIX/gecko_x86.msi /qn /quiet /norestart /log $WINEPREFIX/gecko_x86_install.log
|
||||||
@@ -70,7 +70,7 @@ if [[ $WINETRICKS_RUN =~ mono ]]; then
|
|||||||
WINETRICKS_RUN=${WINETRICKS_RUN/mono}
|
WINETRICKS_RUN=${WINETRICKS_RUN/mono}
|
||||||
|
|
||||||
if [ ! -f "$WINEPREFIX/mono.msi" ]; then
|
if [ ! -f "$WINEPREFIX/mono.msi" ]; then
|
||||||
wget -q -O $WINEPREFIX/mono.msi https://dl.winehq.org/wine/wine-mono/7.4.0/wine-mono-7.4.0-x86.msi
|
wget -q -O $WINEPREFIX/mono.msi https://dl.winehq.org/wine/wine-mono/8.0.0/wine-mono-8.0.0-x86.msi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wine msiexec /i $WINEPREFIX/mono.msi /qn /quiet /norestart /log $WINEPREFIX/mono_install.log
|
wine msiexec /i $WINEPREFIX/mono.msi /qn /quiet /norestart /log $WINEPREFIX/mono_install.log
|
||||||
|
Reference in New Issue
Block a user