From 75c9a72981e34f7cc2c099f6c525afe2a67d233a Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Thu, 4 Apr 2024 19:01:20 -0500 Subject: [PATCH] Update ARCHIVE/cloud-init_template_creation.sh --- .../cloud-init_template_creation.sh | 1 - 1 file changed, 1 deletion(-) rename cloud-init_template_creation.sh => ARCHIVE/cloud-init_template_creation.sh (99%) diff --git a/cloud-init_template_creation.sh b/ARCHIVE/cloud-init_template_creation.sh similarity index 99% rename from cloud-init_template_creation.sh rename to ARCHIVE/cloud-init_template_creation.sh index 8043612..a949a16 100644 --- a/cloud-init_template_creation.sh +++ b/ARCHIVE/cloud-init_template_creation.sh @@ -1,4 +1,3 @@ - # installing libguestfs-tools only required once, prior to first run apt update -y apt install libguestfs-tools -y