From 16f35b5b81f790224c4b6dfcde8486cd73875266 Mon Sep 17 00:00:00 2001 From: Christopher Baklid Date: Wed, 23 May 2018 19:05:53 +0200 Subject: remove vagrant [ci skip] --- scripts/vagrant_bootstrap.sh | 63 -------------------------------------------- 1 file changed, 63 deletions(-) delete mode 100644 scripts/vagrant_bootstrap.sh (limited to 'scripts') diff --git a/scripts/vagrant_bootstrap.sh b/scripts/vagrant_bootstrap.sh deleted file mode 100644 index 61e2835f4..000000000 --- a/scripts/vagrant_bootstrap.sh +++ /dev/null @@ -1,63 +0,0 @@ -#!/bin/bash - -apt-get update -apt-get install -y software-properties-common -apt-get install -y python-software-properties -apt-get install -y curl -apt-get install -y apt-transport-https - -# Python3.6 -add-apt-repository -y ppa:jonathonf/python-3.6 -apt-get update -apt-get install -y python3.6 -apt-get install -y python3.6-dev -apt-get install -y build-essential -curl -s https://bootstrap.pypa.io/get-pip.py | python3.6 - -python3.6 -m pip install -r /vagrant/requirements.txt - -tee /root/.bashrc <