Update install/minthcm-install.sh

Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
This commit is contained in:
MintHCM 2025-12-23 09:01:45 +01:00 committed by GitHub
parent dbfaeb7f4f
commit b49ba6163f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,9 +53,7 @@ $STD apt install -y elasticsearch
echo "-Xms2g" >>/etc/elasticsearch/jvm.options
echo "-Xmx2g" >>/etc/elasticsearch/jvm.options
$STD /usr/share/elasticsearch/bin/elasticsearch-plugin install ingest-attachment -b
systemctl enable -q --now elasticsearch
msg_ok "Set up Elasticsearch"