From 00061c256ee8eafa50b43465edf2ac92443fd231 Mon Sep 17 00:00:00 2001 From: Oliver Gwyther Date: Mon, 15 Apr 2024 22:52:16 +0100 Subject: [PATCH] Added readme files for Graylog and Docker scripts --- graylog/readme.md | 15 +++++++++++++++ netbox/readme.md | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 graylog/readme.md create mode 100644 netbox/readme.md diff --git a/graylog/readme.md b/graylog/readme.md new file mode 100644 index 0000000..8b4f30e --- /dev/null +++ b/graylog/readme.md @@ -0,0 +1,15 @@ +To run this script: + +1. Use wget to grab the latest version: + + `wget https://og.codes/oliver/install-scripts/raw/branch/master/graylog/install.sh` + +2. CHMOD the script to make it executable: + + `chmod +x install.sh` + +3. Run the script: + + `./install.sh` + + diff --git a/netbox/readme.md b/netbox/readme.md new file mode 100644 index 0000000..0c18a7d --- /dev/null +++ b/netbox/readme.md @@ -0,0 +1,15 @@ +To run this script: + +1. Use wget to grab the latest version: + + `wget https://og.codes/oliver/install-scripts/raw/branch/master/netbox/install.sh` + +2. CHMOD the script to make it executable: + + `chmod +x install.sh` + +3. Run the script: + + `./install.sh` + +