Skip to content

Commit

Permalink
Switch to daily builds in OSX updater. Also Closes #104
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Feb 12, 2016
1 parent 166c438 commit f6814c5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/upgrade-annex-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ annexdir=/Applications/git-annex.app
curverdir=$annexdir.$curver

rm -f git-annex.dmg
curl -O https://downloads.kitenet.net/git-annex/OSX/current/10.10_Yosemite/git-annex.dmg
# release
# curl -O https://downloads.kitenet.net/git-annex/OSX/current/10.10_Yosemite/git-annex.dmg
# daily build
curl -O https://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-yosemite/git-annex.dmg

hdiutil attach git-annex.dmg

if [ ! -z "$curver" ] && [ ! -e "$curverdir" ]; then
Expand Down

0 comments on commit f6814c5

Please sign in to comment.