Merge pull request #67 from cyplo/no_custom_mono_ubuntu

Remove custom Mono installation from Ubuntu
This commit is contained in:
Cyryl Płotnicki 2016-10-28 17:27:31 +02:00 committed by GitHub
commit f4e27f71cc

View file

@ -20,11 +20,6 @@ if [[ -z $NO_SYSTEMCTL ]]; then
sudo systemctl start tor
fi
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update
sudo apt-get -y install mono-devel mono-complete
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
DIR="$DIR/../"
DIR="$DIR" $DIR/common/configure_fresh_system