add mono to default debian installation
This commit is contained in:
parent
41c922138d
commit
0458ee8c6d
1 changed files with 6 additions and 0 deletions
6
debian/configure_fresh_system
vendored
6
debian/configure_fresh_system
vendored
|
@ -19,6 +19,12 @@ if [[ -z $NO_SYSTEMCTL ]]; then
|
|||
sudo systemctl start tor
|
||||
fi
|
||||
|
||||
# mono
|
||||
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-libjpeg62-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list
|
||||
sudo apt-get update
|
||||
sudo apt-get install mono-devel mono-complete
|
||||
# install vim from sources
|
||||
VIM_BUILD_DIR=/tmp
|
||||
cd "$VIM_BUILD_DIR"
|
||||
|
|
Loading…
Reference in a new issue