From 107ce43a054501ccfe780683595ac091b99ddf0f Mon Sep 17 00:00:00 2001
From: Trekkie Coder <trekkie@netlox.io>
Date: Wed, 27 Dec 2023 21:09:47 +0900
Subject: [PATCH] fix for k3s flannel cicd not working

---
 cicd/k3s-flannel/config.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/cicd/k3s-flannel/config.sh b/cicd/k3s-flannel/config.sh
index 3bacb65d8..94e4ede0b 100755
--- a/cicd/k3s-flannel/config.sh
+++ b/cicd/k3s-flannel/config.sh
@@ -137,6 +137,9 @@ else
   echo "End K3s installation"
 fi
 
+
+sudo apt-get update
+
 # Install Bird to work with k3s
 sudo apt-get install bird2 --yes