Repository: climate Updated Branches: refs/heads/master 8e7cf3b11 -> 278b35fef
CLIMATE-446 - Use archive link for Anaconda download Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/07781360 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/07781360 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/07781360 Branch: refs/heads/master Commit: 077813604a750f74795ca6d41a5818a4411d88de Parents: 8e7cf3b Author: Michael Joyce <[email protected]> Authored: Mon May 26 20:23:34 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Mon May 26 20:23:34 2014 -0700 ---------------------------------------------------------------------- easy-ocw/install-ubuntu-12_04.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/07781360/easy-ocw/install-ubuntu-12_04.sh ---------------------------------------------------------------------- diff --git a/easy-ocw/install-ubuntu-12_04.sh b/easy-ocw/install-ubuntu-12_04.sh index 2f02214..bc83143 100755 --- a/easy-ocw/install-ubuntu-12_04.sh +++ b/easy-ocw/install-ubuntu-12_04.sh @@ -140,7 +140,7 @@ read -p "Press [ENTER] to continue ..." cd task "Downloading Anaconda ..." -wget -O Anaconda-1.9.2-Linux-x86_64.sh "http://09c8d0b2229f813c1b93-c95ac804525aac4b6dba79b00b39d1d3.r79.cf1.rackcdn.com/Anaconda-1.9.2-Linux-x86_64.sh" 2> install_log +wget -O Anaconda-1.9.2-Linux-x86_64.sh "http://repo.continuum.io/archive/Anaconda-1.9.2-Linux-x86_64.sh" 2> install_log subtask "done" task "Installing ..."
