There was an error while loading. Please reload this page.
1 parent 534ec09 commit 22b0947Copy full SHA for 22b0947
script/provision
@@ -10,6 +10,7 @@ echo "I am provisioning..."
10
sudo sh -c 'date > /etc/vagrant_provisioned_at'
11
12
echo "Installing dependencies"
13
+sudo add-apt-repository ppa:presslabs/gitfs
14
sudo apt-get update
15
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y -q python-virtualenv python-dev libffi-dev build-essential git-core "$PYTHON_VERSION-dev" libgit2-dev "$PYTHON_VERSION-venv" libfuse-dev libfuse2
16
0 commit comments