Remove custom Mono installation from Ubuntu

This commit is contained in:
Cyryl Płotnicki 2016-10-28 16:00:37 +02:00
parent d75e3df132
commit 9878eb22b8

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