diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100755 index 77389e0..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,15 +0,0 @@ -# These are supported funding model platforms - -#github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] - -#patreon: # Replace with a single Patreon username -#open_collective: # Replace with a single Open Collective username -#ko_fi: # Replace with a single Ko-fi username -#tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -#community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -#liberapay: # Replace with a single Liberapay username -#issuehunt: # Replace with a single IssueHunt username -#otechie: # Replace with a single Otechie username -#custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] -#github: [Valeria-Fadeeva] -custom: ["https://www.tinkoff.ru/rm/fadeeva.valeriya96/9bLRi79066", "https://yoomoney.ru/to/4100115921160758", "https://qiwi.com/n/VALERIAFADEEVA", "valeria.fadeeva.me"] diff --git a/README.md b/README.md index c74ec24..48d9578 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,4 @@ Check reboot required after install or upgrade packages [YooMoney](https://yoomoney.ru/to/4100115921160758) -[Qiwi](https://qiwi.com/n/VALERIAFADEEVA) - Etherium 0x981FBf878fe451BDB83BEaF68078394d4B13213f diff --git a/push.sh b/push.sh index 345883e..434d0f3 100755 --- a/push.sh +++ b/push.sh @@ -1,5 +1,6 @@ #!/bin/bash -git add . && git commit -m "Update" && git push +git add . && git commit -m "Update" +git push echo "Ready" diff --git a/usr/bin/melawy-check-reboot-required b/usr/bin/melawy-check-reboot-required old mode 100755 new mode 100644 diff --git a/usr/bin/melawy-reboot-required b/usr/bin/melawy-reboot-required old mode 100755 new mode 100644 index eda6e95..980c19e --- a/usr/bin/melawy-reboot-required +++ b/usr/bin/melawy-reboot-required @@ -1,6 +1,6 @@ #!/bin/bash -# To be called from cachyos-reboot-required.hook. +# To be called from melawy-reboot-required.hook. # Implementation using libnotify.