Update
This commit is contained in:
parent
3fcae654fc
commit
f7a2004524
|
@ -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
|
||||
|
|
3
push.sh
3
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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue