This commit is contained in:
Valeria Fadeeva 2024-11-09 22:42:02 +05:00
parent 3fcae654fc
commit f7a2004524
5 changed files with 5 additions and 6 deletions

View File

@ -6,6 +6,4 @@ Logo, logo in KDE Infocenter (About), liveuser avatar, lsb-release, os-release
[YooMoney](https://yoomoney.ru/to/4100115921160758)
[Qiwi](https://qiwi.com/n/VALERIAFADEEVA)
Etherium 0x981FBf878fe451BDB83BEaF68078394d4B13213f

View File

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

View File

@ -7,4 +7,4 @@ Target = melawy-branding
[Action]
Description = Update Melawy Linux specific hooks.
When = PostTransaction
Exec = /usr/bin/melawy-hooks-runner
Exec = /usr/bin/bash /usr/bin/melawy-hooks-runner

View File

@ -7,4 +7,4 @@ Target = lsb-release
[Action]
Description = Add Melawy Linux specific config.
When = PostTransaction
Exec = /usr/bin/melawy-hooks-runner lsb-release
Exec = /usr/bin/bash /usr/bin/melawy-hooks-runner lsb-release

View File

@ -7,4 +7,4 @@ Target = filesystem
[Action]
Description = Add Melawy Linux specific config.
When = PostTransaction
Exec = /usr/bin/melawy-hooks-runner os-release
Exec = /usr/bin/bash /usr/bin/melawy-hooks-runner os-release