ubuntu-2204-graylog/0050-install-graylog.sh

11 lines
243 B
Bash
Raw Permalink Normal View History

2024-01-08 00:30:05 +02:00
#!/usr/bin/env bash
wget "https://packages.graylog2.org/repo/packages/graylog-5.2-repository_latest.deb" \
-O "graylog-5.2-repository_latest.deb"
apt install -y ./graylog-5.2-repository_latest.deb
apt update
apt install graylog-server -y