We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582cece commit 6a0475cCopy full SHA for 6a0475c
vagrant-bootstrap.sh
@@ -1,7 +1,16 @@
1
#!/usr/bin/env bash
2
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
+
6
apt-get update
7
+apt-get -y upgrade
8
9
apt-get -y install mono-complete
10
apt-get -y install mono-tools-devel
11
+apt-get -y install referenceassemblies-pcl
12
apt-get -y install fsharp
13
14
+apt-get -y autoremove
15
16
mozroots --import --sync
0 commit comments