We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226836f commit 99902c7Copy full SHA for 99902c7
build/InstallMono.sh
@@ -12,7 +12,7 @@ osis()
12
osis Darwin &&
13
{
14
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 /
+ sudo installer -pkg mono.pkg -target /
16
}
17
18
osis Linux &&
0 commit comments