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 | 0855fa766848d72c181abc62ae44edbc6a553b57 (patch) | |
tree | 7938774f41e0ca8d8a2290e6cd4f2f7fffc0876f | |
parent | 20c3590369d736551d2d5e981cadc219e13bfc21 (diff) | |
parent | 2ae0061e46fee1aaa93ed89c511eb5a8f6b482fe (diff) | |
download | Ishtar-0855fa766848d72c181abc62ae44edbc6a553b57.tar.bz2 Ishtar-0855fa766848d72c181abc62ae44edbc6a553b57.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 |