From 12363d29cb85e1eb83fd7d0005f4f358d4a3a7cd Mon Sep 17 00:00:00 2001 From: G2 <72430668+G2-Games@users.noreply.github.com> Date: Fri, 2 Sep 2022 16:06:11 -0500 Subject: [PATCH] update welcome.sh, fix some minor issues --- welcome.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/welcome.sh b/welcome.sh index 70db665..44e8df1 100644 --- a/welcome.sh +++ b/welcome.sh @@ -133,6 +133,7 @@ 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 ]; @@ -152,7 +153,7 @@ flatupd="on" # Check for flatpak updates, this slows the script down a lot welcome greeting -battery clock +battery updates #< This makes startup slower echo # Properly line break at the end