Repository: climate Updated Branches: refs/heads/master e9437d04e -> 0f6fad6d1
CLIMATE-452 - Add Unity desktop option to VM Build - Add Ubuntu Unity option to OCW VM Vagrant build. By default XFCE is installed. If a user wants Unity, they should comment out the XFCE section and uncomment the Unity section when building the machine. It should be noted that the Unity install takes longer, but it comes with a lot more stuff out of the box (including looking nicer in general). Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/2dcec88c Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/2dcec88c Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/2dcec88c Branch: refs/heads/master Commit: 2dcec88cb026acf28d5652c95f3a142e0e900c73 Parents: e9437d0 Author: Michael Joyce <[email protected]> Authored: Tue Jun 3 12:18:38 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Tue Jun 3 12:18:38 2014 -0700 ---------------------------------------------------------------------- ocw-vm/init-ocw-vm.sh | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/2dcec88c/ocw-vm/init-ocw-vm.sh ---------------------------------------------------------------------- diff --git a/ocw-vm/init-ocw-vm.sh b/ocw-vm/init-ocw-vm.sh index 720775c..354d71e 100755 --- a/ocw-vm/init-ocw-vm.sh +++ b/ocw-vm/init-ocw-vm.sh @@ -32,10 +32,15 @@ sudo apt-get install -y vim # GUI related installs sudo apt-get install -y lightdm + +# XFCE sudo apt-get install -y xfce4 sudo apt-get install -y xdg-utils sudo apt-get install -y eog +# Ubuntu Unity +#sudo apt-get install -y ubuntu-desktop + # Use the Easy-OCW Ubuntu install script to get everything # else installed! git clone http://git-wip-us.apache.org/repos/asf/climate.git
