diff --git a/welcome.sh b/welcome.sh
index 44e8df1..fdda933 100644
--- a/welcome.sh
+++ b/welcome.sh
@@ -133,7 +133,6 @@ updates () {
 
   # Add all update counts together
   updates=$(($debian + $arch + $flatpak + fedora))
-  updates=10
 
   # Check the update amounts and print them out
   if [ $updates -eq 1 ];