mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-04-29 08:03:09 +00:00
Update zammad-install.sh
This commit is contained in:
parent
d87f3f777b
commit
887c70c35a
@ -20,12 +20,14 @@ $STD apt-get install -y \
|
|||||||
sudo \
|
sudo \
|
||||||
gpg \
|
gpg \
|
||||||
wget \
|
wget \
|
||||||
nginx
|
nginx \
|
||||||
|
apt-transport-https \
|
||||||
|
gnupg \
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Setting up Elasticsearch"
|
msg_info "Setting up Elasticsearch"
|
||||||
echo "deb [signed-by=/etc/apt/trusted.gpg.d/elasticsearch.gpg] https://artifacts.elastic.co/packages/7.x/apt stable main" | tee -a /etc/apt/sources.list.d/elastic-7.x.list
|
|
||||||
curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
|
curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
|
||||||
|
echo "deb [signed-by=/etc/apt/trusted.gpg.d/elasticsearch.gpg] https://artifacts.elastic.co/packages/7.x/apt stable main" | tee -a /etc/apt/sources.list.d/elastic-7.x.list
|
||||||
$STD apt-get update
|
$STD apt-get update
|
||||||
$STD apt-get -y install elasticsearch
|
$STD apt-get -y install elasticsearch
|
||||||
echo "-Xms2g" >>/etc/elasticsearch/jvm.options
|
echo "-Xms2g" >>/etc/elasticsearch/jvm.options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user