install mono on ubuntu xenial and trusty
This commit is contained in:
parent
bbc78968f6
commit
a9496aaba5
2 changed files with 11 additions and 0 deletions
|
@ -20,6 +20,11 @@ if [[ -z $NO_SYSTEMCTL ]]; then
|
||||||
sudo systemctl start tor
|
sudo systemctl start tor
|
||||||
fi
|
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="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
DIR="$DIR/../"
|
DIR="$DIR/../"
|
||||||
DIR="$DIR" $DIR/common/configure_fresh_system
|
DIR="$DIR" $DIR/common/configure_fresh_system
|
||||||
|
|
|
@ -20,6 +20,12 @@ if [[ -z $NO_SYSTEMCTL ]]; then
|
||||||
sudo systemctl start tor
|
sudo systemctl start tor
|
||||||
fi
|
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
|
||||||
|
echo "deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main" | sudo tee -a /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="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
DIR="$DIR/../../"
|
DIR="$DIR/../../"
|
||||||
export NO_GO=true
|
export NO_GO=true
|
||||||
|
|
Loading…
Reference in a new issue