Skip to content

Instantly share code, notes, and snippets.

@calebsullivan
Created April 21, 2016 14:54
Show Gist options
  • Select an option

  • Save calebsullivan/a69cfaa11b42379e652cc0ceb341b898 to your computer and use it in GitHub Desktop.

Select an option

Save calebsullivan/a69cfaa11b42379e652cc0ceb341b898 to your computer and use it in GitHub Desktop.
#!/bin/bash
apt-get install software-properties-common
add-apt-repository "deb http://packages.mate-desktop.org/repo/ubuntu precise main"
apt-get update
apt-get --yes --quiet --allow-unauthenticated install mate-archive-keyring
apt-get update
apt-get install mate-core -y'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment