Update docspell-install.sh

This commit is contained in:
CanbiZ 2025-03-17 13:30:18 +01:00
parent a416a8e625
commit bf3913d587

View File

@ -37,6 +37,7 @@ msg_ok "Installed Dependencies"
msg_info "Setting up PostgreSQL Repository"
curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor -o /etc/apt/trusted.gpg.d/postgresql.gpg
echo "deb https://apt.postgresql.org/pub/repos/apt bookworm-pgdg main" >/etc/apt/sources.list.d/pgdg.list
$STD apt-get update
msg_ok "Set up PostgreSQL Repository"
msg_info "Setup Apache Solr"