Skip to content

Commit a3218c2

Browse files
committed
s
1 parent ec13d93 commit a3218c2

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

ct/gramps-web.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ function update_script() {
5555
systemctl stop gramps-web
5656
msg_ok "Stopped Service"
5757

58+
msg_info "Ensuring Build Dependencies"
59+
$STD apt install -y libcairo2-dev pkg-config
60+
msg_ok "Ensured Build Dependencies"
61+
5862
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "gramps-web-api" "gramps-project/gramps-web-api" "tarball" "latest" "/opt/gramps-web-api"
5963
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "gramps-web" "gramps-project/gramps-web" "tarball" "latest" "/opt/gramps-web/frontend"
6064

install/gramps-web-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ $STD apt install -y \
3131
gir1.2-pango-1.0 \
3232
git \
3333
graphviz \
34+
libcairo2-dev \
3435
libicu-dev \
3536
libopencv-dev \
3637
pkg-config \

0 commit comments

Comments
 (0)