packages: ruby and zammad

This commit is contained in:
xeruf 2022-09-10 00:03:40 +02:00
parent 9892f969cd
commit c605b6af8d
4 changed files with 16 additions and 0 deletions

3
groups/dev/ruby Normal file
View File

@ -0,0 +1,3 @@
ruby-bundler
rbenv
ruby-build

8
packages/elasticsearch/apt Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
apt install apt-transport-https sudo wget curl gnupg
echo "deb [signed-by=/etc/apt/trusted.gpg.d/elasticsearch.gpg] https://artifacts.elastic.co/packages/7.x/apt stable main"| \
tee /etc/apt/sources.list.d/elastic-7.x.list
curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch | \
gpg --dearmor | tee /etc/apt/trusted.gpg.d/elasticsearch.gpg> /dev/null
apt update
echo elasticsearch

4
packages/zammad/apt Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
/usr/share/elasticsearch/bin/elasticsearch-plugin install ingest-attachment
# TODO
echo zammad

1
packages/zammad/depends Normal file
View File

@ -0,0 +1 @@
elasticsearch