Repository: climate Updated Branches: refs/heads/master 0b4da0042 -> 437b4b7a1
CLIMATE-435 - Fix easy-ocw install script path bug Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/63e3cb87 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/63e3cb87 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/63e3cb87 Branch: refs/heads/master Commit: 63e3cb875761af1e08f04117f5f0487b6fec3149 Parents: 0b4da00 Author: Michael Joyce <[email protected]> Authored: Tue May 20 08:52:36 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Tue May 20 08:52:36 2014 -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/63e3cb87/ocw-vm/init-ocw-vm.sh ---------------------------------------------------------------------- diff --git a/ocw-vm/init-ocw-vm.sh b/ocw-vm/init-ocw-vm.sh index d7f4eff..3d7832d 100755 --- a/ocw-vm/init-ocw-vm.sh +++ b/ocw-vm/init-ocw-vm.sh @@ -39,5 +39,5 @@ sudo apt-get install -y eog # Use the Easy-OCW Ubuntu install script to get everything # else installed! git clone http://www.github.com/apache/climate -cp climate/easy_ocw/install-ubuntu-12_04.sh . +cp climate/easy-ocw/install-ubuntu-12_04.sh . bash install-ubuntu-12_04.sh -q
