Created
November 26, 2013 21:20
-
-
Save dragan/7666474 to your computer and use it in GitHub Desktop.
Mono Packer
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 autoremove -y mono-complete | |
apt-key adv --keyserver keyserver.ubuntu.com --recv 23DC003A | |
echo deb http://ppa.launchpad.net/directhex/monoxide/ubuntu precise main > /etc/apt/sources.list.d/directhex-monoxide-ubuntu.list | |
echo deb-src http://ppa.launchpad.net/directhex/monoxide/ubuntu precise main >> /etc/apt/sources.list.d/directhex-monoxide-ubuntu.list | |
apt-get update | |
apt-get -y --force-yes install mono-complete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment