summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
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
commitbc6d510192ff661b8235aa3d1fc6a19dcb177e14 (patch)
tree6b62cadbf193499128f1b936ed906c45e12fde34 /bin
parent2252ff3706653fb2d5e270c2827757dde1eb21eb (diff)
downloadChimère-bc6d510192ff661b8235aa3d1fc6a19dcb177e14.tar.bz2
Chimère-bc6d510192ff661b8235aa3d1fc6a19dcb177e14.zip
Add missing dep to install script
Diffstat (limited to 'bin')
-rwxr-xr-xbin/install-chimere.sh2
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' )
;;