Created
April 21, 2016 14:54
-
-
Save calebsullivan/a69cfaa11b42379e652cc0ceb341b898 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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