Added credits and the one copyright

This commit is contained in:
edwark43
2023-12-04 04:15:52 +00:00
parent cc1281c4fb
commit c8391c378d
19 changed files with 40 additions and 7 deletions

View File

@@ -1,4 +1,6 @@
#!/usr/bin/env bash
# Originally created by - https://github.com/gh0stzk
# Copyright 2023 gh0stzk
get_total_updates() {
local total_updates=$(($(checkupdates 2> /dev/null | wc -l || echo 0) + $(yay -Qua 2> /dev/null | wc -l || echo 0)))