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}')"