Remove custom Mono installation from Ubuntu
This commit is contained in:
parent
d75e3df132
commit
9878eb22b8
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue