Skip to content

Instantly share code, notes, and snippets.

@samklr
Created December 17, 2014 02:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samklr/9bea13727a173776fcb4 to your computer and use it in GitHub Desktop.
Save samklr/9bea13727a173776fcb4 to your computer and use it in GitHub Desktop.
Create a desktop gui on an ubuntu vm
#!/bin/bash
###updates
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:lubuntu-dev/lubuntu-daily
sudo add-apt-repository ppa:gilir/q-project
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install lxqt-metapackage lxqt-panel vnc4server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment