This commit is contained in:
CanbiZ (MickLesk) 2026-02-16 17:22:26 +01:00
parent ec13d93860
commit a3218c2d98
2 changed files with 5 additions and 0 deletions

View File

@ -55,6 +55,10 @@ function update_script() {
systemctl stop gramps-web
msg_ok "Stopped Service"
msg_info "Ensuring Build Dependencies"
$STD apt install -y libcairo2-dev pkg-config
msg_ok "Ensured Build Dependencies"
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "gramps-web-api" "gramps-project/gramps-web-api" "tarball" "latest" "/opt/gramps-web-api"
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "gramps-web" "gramps-project/gramps-web" "tarball" "latest" "/opt/gramps-web/frontend"

View File

@ -31,6 +31,7 @@ $STD apt install -y \
gir1.2-pango-1.0 \
git \
graphviz \
libcairo2-dev \
libicu-dev \
libopencv-dev \
pkg-config \