diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-04-21 13:42:40 +0000 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-04-21 13:42:40 +0000 |
commit | e0ac27e9a5eae84fc6fdc53f44ecb7a6f57bf80c (patch) | |
tree | 7938774f41e0ca8d8a2290e6cd4f2f7fffc0876f | |
parent | d8eec77248d9fee0ad4a90397b946798d13f448f (diff) | |
parent | 666efd0b2f51d94b756b7f954066ef33ccadcf11 (diff) | |
download | Ishtar-e0ac27e9a5eae84fc6fdc53f44ecb7a6f57bf80c.tar.bz2 Ishtar-e0ac27e9a5eae84fc6fdc53f44ecb7a6f57bf80c.zip |
Merge branch 'stable' of lysithea.proxience.net:/home/proxience/git/ishtar into stable
-rwxr-xr-x | install/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/install.sh b/install/install.sh index 9a3b9b0f8..9cc1f79a7 100755 --- a/install/install.sh +++ b/install/install.sh @@ -71,6 +71,7 @@ apt-get -q -y install python python-django \ apt-get -q -y install uwsgi uwsgi-plugin-python nginx memcached 2> /dev/null > /dev/null pip install git+https://github.com/treyhunner/django-simple-history.git@0fd9b8e9c6f36b0141367b502420efe92d4e21ce 2> /dev/null > /dev/null +pip install beautifulSoup4==4.3.2 if [ -z "$DB_PASSWORD" ] then |