fix: grammar stuff with the checkupdates script

This commit is contained in:
2025-09-26 09:02:40 +03:00
parent 6a4f0e8975
commit 4390838bba

View File

@@ -12,8 +12,9 @@ count=$(cat /tmp/checkupdates)
status="$count updates"
if [[ $count -eq 0 ]]; then
status="Up to date"
elif [[ $count == "1" ]]; then
status="$count update"
fi
echo "$status"
upd & disown