AdventureLog: Update dependencies (#7404)

* Update adventurelog-install.sh

* Check and install memcached if not present

---------

Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
This commit is contained in:
Slaviša Arežina
2025-09-05 08:07:34 +02:00
committed by GitHub
parent 7ff966b042
commit 06dbad83ef
2 changed files with 7 additions and 1 deletions

View File

@ -17,7 +17,9 @@ msg_info "Installing Dependencies"
$STD apt-get install -y \
gdal-bin \
libgdal-dev \
git
git \
memcached \
libmemcached-tools
msg_ok "Installed Dependencies"
PYTHON_VERSION="3.12" setup_uv