diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-05 16:49:59 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-05 16:49:59 +0100 |
commit | bc6d510192ff661b8235aa3d1fc6a19dcb177e14 (patch) | |
tree | 6b62cadbf193499128f1b936ed906c45e12fde34 /bin | |
parent | 2252ff3706653fb2d5e270c2827757dde1eb21eb (diff) | |
download | Chimère-bc6d510192ff661b8235aa3d1fc6a19dcb177e14.tar.bz2 Chimère-bc6d510192ff661b8235aa3d1fc6a19dcb177e14.zip |
Add missing dep to install script
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/install-chimere.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install-chimere.sh b/bin/install-chimere.sh index 3b0b1c6..be94e91 100755 --- a/bin/install-chimere.sh +++ b/bin/install-chimere.sh @@ -356,7 +356,7 @@ EOF ( set -x; $sh_c 'sleep 3; apt-get install -y -q \ python3-bs4 python3-psycopg2 gettext python3-pil \ python3-lxml python3-feedparser python3-icalendar python3-chardet \ - python3-gdal python3-osmapi python3-geopy' ) + python3-gdal python3-osmapi python3-geopy libjs-jquery libjs-jquery-ui' ) ;; |