Repository: climate Updated Branches: refs/heads/master 531661c5d -> fd4875d14
CLIMATE-618 - Update VM install script with correct install script Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/54e6f401 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/54e6f401 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/54e6f401 Branch: refs/heads/master Commit: 54e6f4018c4246dfd7970dbbcd94a31462105433 Parents: 531661c Author: Michael Joyce <[email protected]> Authored: Wed Apr 1 13:35:26 2015 -0700 Committer: Michael Joyce <[email protected]> Committed: Wed Apr 1 13:35:26 2015 -0700 ---------------------------------------------------------------------- ocw-vm/init-ocw-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/54e6f401/ocw-vm/init-ocw-vm.sh ---------------------------------------------------------------------- diff --git a/ocw-vm/init-ocw-vm.sh b/ocw-vm/init-ocw-vm.sh index 7a71dee..ea89668 100755 --- a/ocw-vm/init-ocw-vm.sh +++ b/ocw-vm/init-ocw-vm.sh @@ -46,7 +46,7 @@ sudo apt-get install -y ubuntu-desktop git clone http://git-wip-us.apache.org/repos/asf/climate.git # Copy the Easy-OCW install script for Ubuntu -cp climate/easy-ocw/install-ubuntu-12_04.sh . +cp climate/easy-ocw/install-ubuntu.sh . # Copy the requirements files for conda and pip used by Easy-OCW cp climate/easy-ocw/*.txt .
