This commit is contained in:
Valeria Fadeeva 2023-11-19 21:35:48 +05:00
parent 4094939123
commit 879067bd86
3 changed files with 4 additions and 16 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

@ -27,4 +27,5 @@
###################################################### ######################################################
Server = https://github.com/Melawy/$repo-repo/raw/main/$arch/ Server = https://gitflic.ru/project/melawy/$repo-repo/blob/raw?inline=false&file=$arch
Server = https://github.com/Melawy/$repo-repo/raw/main/$arch

View File

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