Skip to content

Commit 6a0475c

Browse files
committed
Build: updated vagrant bootstrap to use newest xamarin mono packages
1 parent 582cece commit 6a0475c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

vagrant-bootstrap.sh

+9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
#!/usr/bin/env bash
22

3+
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
4+
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
5+
36
apt-get update
7+
apt-get -y upgrade
8+
49
apt-get -y install mono-complete
510
apt-get -y install mono-tools-devel
11+
apt-get -y install referenceassemblies-pcl
612
apt-get -y install fsharp
13+
14+
apt-get -y autoremove
15+
716
mozroots --import --sync

0 commit comments

Comments
 (0)