Compare commits
2 Commits
ae267f971a
...
a8833aa173
Author | SHA1 | Date | |
---|---|---|---|
|
a8833aa173 | ||
|
447344bec9 |
@ -706,7 +706,7 @@ install_wine_bottle() {
|
|||||||
# Arguments to the function are dependancies to be installed.
|
# Arguments to the function are dependancies to be installed.
|
||||||
# Get location of mono and gecko.
|
# Get location of mono and gecko.
|
||||||
monoPath="$(find /usr/share/wine/ -maxdepth 1 -type d -name mono 2> /dev/null)"
|
monoPath="$(find /usr/share/wine/ -maxdepth 1 -type d -name mono 2> /dev/null)"
|
||||||
geckoPath="$(find /usr/share/wine/ -maxdepth 1 -type d "gecko" 2> /dev/null)"
|
geckoPath="$(find /usr/share/wine/ -maxdepth 1 -type d -name "gecko" 2> /dev/null)"
|
||||||
if [[ -z "$monoPath" ]]; then
|
if [[ -z "$monoPath" ]]; then
|
||||||
download 'http://dl.winehq.org/wine/wine-mono/6.0.0/wine-mono-6.0.0-x86.msi'
|
download 'http://dl.winehq.org/wine/wine-mono/6.0.0/wine-mono-6.0.0-x86.msi'
|
||||||
monoPath="${cache}/wine-mono-6.0.0-x86.msi"
|
monoPath="${cache}/wine-mono-6.0.0-x86.msi"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user