This commit is contained in:
Valeria Fadeeva 2024-10-23 20:26:41 +05:00
parent ca868d2431
commit e168b39d75
5 changed files with 3 additions and 19 deletions

15
.github/FUNDING.yml vendored
View File

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

View File

@ -6,6 +6,4 @@ Check reboot required after install or upgrade packages
[YooMoney](https://yoomoney.ru/to/4100115921160758) [YooMoney](https://yoomoney.ru/to/4100115921160758)
[Qiwi](https://qiwi.com/n/VALERIAFADEEVA)
Etherium 0x981FBf878fe451BDB83BEaF68078394d4B13213f Etherium 0x981FBf878fe451BDB83BEaF68078394d4B13213f

View File

@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
git add . && git commit -m "Update" && git push git add . && git commit -m "Update"
git push
echo "Ready" echo "Ready"

0
usr/bin/melawy-check-reboot-required Executable file → Normal file
View File

2
usr/bin/melawy-reboot-required Executable file → Normal file
View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# To be called from cachyos-reboot-required.hook. # To be called from melawy-reboot-required.hook.
# Implementation using libnotify. # Implementation using libnotify.