From 8a03e3163efe923050edbde603b329359131bd44 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Thu, 3 Feb 2022 03:27:17 -0500
Subject: [PATCH] Update ubuntu_setup.sh

---
 setup/ubuntu_setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup/ubuntu_setup.sh b/setup/ubuntu_setup.sh
index b35e5027..9829ceb6 100644
--- a/setup/ubuntu_setup.sh
+++ b/setup/ubuntu_setup.sh
@@ -42,7 +42,7 @@ done
   echo -e "${CHECKMARK} \e[1;92m Network Connected: \e[0m $(hostname -I)"
 
 echo -e "${CHECKMARK} \e[1;92m Updating Container OS \e[0m"
-apt update &>/dev/null
+apt-get update &>/dev/null
 apt-get -qqy upgrade &>/dev/null
 
 echo -e "${CHECKMARK} \e[1;92m Installing Dependencies... \e[0m"