aboutsummaryrefslogtreecommitdiff
path: root/vagrant
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-31 08:44:17 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-31 08:44:17 +0200
commit3f760d8ad4da06e264e517d0671a6616376448ad (patch)
tree7f8fbe48c9e0557b06879dbf79e4912ff7fa8178 /vagrant
parentCreate a cron job at the end of the bootstraping of Vagrant. (diff)
downloadnewspipe-3f760d8ad4da06e264e517d0671a6616376448ad.tar.gz
newspipe-3f760d8ad4da06e264e517d0671a6616376448ad.tar.bz2
newspipe-3f760d8ad4da06e264e517d0671a6616376448ad.zip
Clean the directory when installing pyAggr3g470r with Vagrant.
Diffstat (limited to 'vagrant')
-rw-r--r--vagrant/bootstrap.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh
index 1361f69b..62747f64 100644
--- a/vagrant/bootstrap.sh
+++ b/vagrant/bootstrap.sh
@@ -22,6 +22,7 @@ apt-get install -y libxml2-dev libxslt1-dev
sudo pip3 install --upgrade -r requirements.txt
wget https://raw.github.com/pypa/pip/master/contrib/get-pip.py
sudo python3 get-pip.py
+rm get-pip.py
sudo pip3 uninstall -y feedparser
sudo pip3 install feedparser==5.1.2
# copy of the default configuration files for vagrant
bgstack15