From c13b398a6f729414ab82108ad1a9191c9d7baf02 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Sun, 30 Jan 2022 05:53:04 -0500
Subject: [PATCH] Update ubuntu_setup.sh

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

diff --git a/setup/ubuntu_setup.sh b/setup/ubuntu_setup.sh
index 7f40a0a1..dc6db27d 100644
--- a/setup/ubuntu_setup.sh
+++ b/setup/ubuntu_setup.sh
@@ -32,6 +32,7 @@ apt update &>/dev/null
 apt-get -qqy upgrade &>/dev/null
 
 echo -e "${CHECKMARK} \e[1;92m Installing Dependencies... \e[0m"
+apt-get update &>/dev/null
 apt-get -qqy install \
     curl \
     sudo &>/dev/null