diff options
Diffstat (limited to 'bin/install-chimere.sh')
-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' ) ;; |