mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-07 11:25:56 +01:00
fix(dawarich): add missing build deps and handle seed failure
- Add missing system dependencies from upstream Dockerfile: libgeos++-dev, libxml2-dev, libxslt-dev, libjemalloc-dev - Sort dependency list alphabetically - Split db:prepare into db:create + db:schema:load + db:seed to handle upstream rgeo-geojson 2.2.0 seed bug gracefully Fixes #12395
This commit is contained in:
@@ -29,6 +29,8 @@ function update_script() {
|
||||
exit
|
||||
fi
|
||||
|
||||
ensure_dependencies libgeos++-dev libxml2-dev libxslt-dev libjemalloc-dev
|
||||
|
||||
if check_for_gh_release "dawarich" "Freika/dawarich"; then
|
||||
msg_info "Stopping Services"
|
||||
systemctl stop dawarich-web dawarich-worker
|
||||
|
||||
Reference in New Issue
Block a user