diff --git a/setup/ubuntu_setup.sh b/setup/ubuntu_setup.sh
index 7f40a0a11..dc6db27df 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