Update welcome.sh

This commit is contained in:
G2 2022-09-02 16:56:01 -05:00 committed by GitHub
parent 012f248a32
commit b50faa68d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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