Skip to content

Commit 99902c7

Browse files
committed
Fixed Mono install in build script.
1 parent 226836f commit 99902c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/InstallMono.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ osis()
1212
osis Darwin &&
1313
{
1414
wget -O mono.pkg http://download.mono-project.com/archive/4.2.1/macos-10-x86/MonoFramework-MDK-4.2.1.102.macos10.xamarin.x86.pkg
15-
sudo installer -pkg \"mono.pkg\" -target /
15+
sudo installer -pkg mono.pkg -target /
1616
}
1717

1818
osis Linux &&

0 commit comments

Comments
 (0)