From 725d2bf41643e20ade42be7d1ce241a6ce648c45 Mon Sep 17 00:00:00 2001 From: lgromero Date: Wed, 28 Feb 2024 09:09:09 +0100 Subject: [PATCH] refs #199 Creates first installer to use in pipeline Jenkins --- installer/ogboot_installer.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 installer/ogboot_installer.sh diff --git a/installer/ogboot_installer.sh b/installer/ogboot_installer.sh new file mode 100644 index 0000000..0fbdc49 --- /dev/null +++ b/installer/ogboot_installer.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +echo "Hello world" +touch "Hello world"