Skip to content

Commit

Permalink
Update install-mono.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Hüseyin Uslu committed Sep 24, 2014
1 parent f5a58a8 commit e6ca7be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/extra/travis/install-mono.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#/usr/bin/env/sh
set +e # even a command fails bellow, continue the execution
hdid "MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.dmg"
sudo installer -pkg "/Volumes/Mono Framework MDK ${MONO_VER}/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.pkg" -target /
sudo installer -pkg "MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.pkg" -target /
set -e # set back to defaults

0 comments on commit e6ca7be

Please sign in to comment.