Update dependency installation for Radicale

Replaced python3.11-venv with python3-venv for compatibility.
This commit is contained in:
Filippo Stella 2025-10-23 18:30:20 +02:00 committed by GitHub
parent c0894cb612
commit ea336fc432
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ msg_info "Installing Dependencies"
$STD apt install -y \
apache2-utils \
python3-pip \
python3.11-venv
python3-venv
msg_ok "Installed Dependencies"
msg_info "Setting up Radicale"