update welcome.sh, fix some minor issues

This commit is contained in:
G2 2022-09-02 16:06:11 -05:00 committed by GitHub
parent 20dce84640
commit 12363d29cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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