From 8e434e2815c8e786962090dcdb5ad551d084ff51 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Fri, 29 May 2026 10:49:24 -0400 Subject: [PATCH] Oxicloud: use PG_MODULES --- install/oxicloud-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/oxicloud-install.sh b/install/oxicloud-install.sh index 00fc0005..9a8cb616 100644 --- a/install/oxicloud-install.sh +++ b/install/oxicloud-install.sh @@ -18,7 +18,7 @@ $STD apt install -y \ build-essential msg_ok "Installed Dependencies" -PG_VERSION="17" setup_postgresql +PG_VERSION="17" PG_MODULES="pg_trgm,ltree" setup_postgresql PG_DB_NAME="oxicloud" PG_DB_USER="oxicloud" setup_postgresql_db fetch_and_deploy_gh_release "OxiCloud" "DioCrafts/OxiCloud" "tarball" "latest" "/opt/oxicloud" TOOLCHAIN="$(sed -n '2s/[^:]*://p' /opt/oxicloud/Dockerfile | awk -F- '{print $1}')"