diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh
index e29afad9..cf27e3ac 100755
--- a/automated install/basic-install.sh	
+++ b/automated install/basic-install.sh	
@@ -2717,12 +2717,12 @@ main() {
 
     restart_service pihole-FTL
 
-    # Download and compile the aggregated block list
-    runGravity
-
     # Update local and remote versions via updatechecker
     /opt/pihole/updatecheck.sh
 
+    # Download and compile the aggregated block list
+    runGravity
+
     if [[ "${useUpdateVars}" == false ]]; then
         displayFinalMessage "${pw}"
     fi