From f85e40332fec38da959a8000a83cc11921e87718 Mon Sep 17 00:00:00 2001 From: Patrick Fraley Date: Sun, 28 Dec 2025 11:23:06 +0100 Subject: [PATCH] Added Bootstrap Script --- scripts/bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/bootstrap.sh diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh new file mode 100755 index 0000000..d890a4b --- /dev/null +++ b/scripts/bootstrap.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +sudo dnf install ansible +