Finish set up onos and desktop
diff --git a/onos-build-vm.py b/onos-build-vm.py
index 087c98c..888938b 100755
--- a/onos-build-vm.py
+++ b/onos-build-vm.py
@@ -49,11 +49,11 @@
     
     #vm.expect( prompt, timeout=1200 )
    
-    #url = 'https://gerrit.onosproject.org/gitweb?p=onos-vm.git;a=blob_plain;hb=refs/heads/onos-tutorial;f=onos-setup-lxc.sh'
-    #vm.sendline( ' wget -O onos-setup-lxc.sh "%s" | bash' % url ) # space prefix is used to avoid entry in history
-    #vm.expect( prompt, timeout=20 )
-    #vm.sendline( 'bash onos-setup-lxc.sh' )
-    #vm.expect(prompt, timeout=3600)
+    url = 'https://gerrit.onosproject.org/gitweb?p=onos-vm.git;a=blob_plain;hb=refs/heads/onos-tutorial;f=onos-setup-lxc.sh'
+    vm.sendline( ' wget -O onos-setup-lxc.sh "%s" | bash' % url ) # space prefix is used to avoid entry in history
+    vm.expect( prompt, timeout=20 )
+    vm.sendline( 'bash onos-setup-lxc.sh' )
+    vm.expect(prompt, timeout=3600)
     #vm.sendline('exit')
     #vm.expect(prompt, timeout=20)