From e7f6085401f6e86a28b805ef2cc3521fab316686 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 30 Dec 2021 05:02:01 +0100 Subject: [PATCH] gradido install script template --- deployment/bare_metal/install.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 deployment/bare_metal/install.sh diff --git a/deployment/bare_metal/install.sh b/deployment/bare_metal/install.sh new file mode 100644 index 000000000..d98bc3bfa --- /dev/null +++ b/deployment/bare_metal/install.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +# This install script requires the minimum requirements already installed. +# This is described in detail in [setup.md](./setup.md) +