From dc9118e8575e7342db8ad1b7dc2619ba91c8a458 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Tue, 8 Mar 2022 20:35:01 -0500
Subject: [PATCH] Update pihole-install.sh

---
 setup/pihole-install.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/setup/pihole-install.sh b/setup/pihole-install.sh
index b0dfc6e6..05686f50 100644
--- a/setup/pihole-install.sh
+++ b/setup/pihole-install.sh
@@ -49,6 +49,11 @@ echo -e "${CM}${CL} \r"
 echo -en "${GN} Network Connected: ${BL}$(hostname -I)${CL} "
 echo -e "${CM}${CL} \r"
 
+echo -en "${GN} Updating Container OS... "
+apt-get update &>/dev/null
+apt-get -qqy upgrade &>/dev/null
+echo -e "${CM}${CL} \r"
+
 echo -en "${GN} Installing Dependencies... "
 apt-get update &>/dev/null
 apt-get -qqy install \