Update
This commit is contained in:
parent
b1d6014b0b
commit
ba953e34ca
|
@ -17,6 +17,4 @@ vmlinuz-linux-xanmod-anbox
|
||||||
|
|
||||||
[YooMoney](https://yoomoney.ru/to/4100115921160758)
|
[YooMoney](https://yoomoney.ru/to/4100115921160758)
|
||||||
|
|
||||||
[Qiwi](https://qiwi.com/n/VALERIAFADEEVA)
|
|
||||||
|
|
||||||
Etherium 0x981FBf878fe451BDB83BEaF68078394d4B13213f
|
Etherium 0x981FBf878fe451BDB83BEaF68078394d4B13213f
|
||||||
|
|
3
push.sh
3
push.sh
|
@ -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"
|
||||||
|
|
|
@ -12,4 +12,4 @@ Target = usr/src/*/dkms.conf
|
||||||
[Action]
|
[Action]
|
||||||
Description = Ensure ESP is mounted...
|
Description = Ensure ESP is mounted...
|
||||||
When = PreTransaction
|
When = PreTransaction
|
||||||
Exec = /usr/bin/dracut-initramfs -x
|
Exec = /usr/bin/bash /usr/bin/dracut-initramfs -x
|
||||||
|
|
|
@ -7,5 +7,5 @@ Target = usr/src/*/dkms.conf
|
||||||
[Action]
|
[Action]
|
||||||
Description = Removing linux images...
|
Description = Removing linux images...
|
||||||
When = PreTransaction
|
When = PreTransaction
|
||||||
Exec = /usr/bin/dracut-initramfs -y
|
Exec = /usr/bin/bash /usr/bin/dracut-initramfs -y
|
||||||
NeedsTargets
|
NeedsTargets
|
||||||
|
|
|
@ -12,5 +12,5 @@ Target = usr/src/*/dkms.conf
|
||||||
[Action]
|
[Action]
|
||||||
Description = Updating linux images...
|
Description = Updating linux images...
|
||||||
When = PostTransaction
|
When = PostTransaction
|
||||||
Exec = /usr/bin/dracut-initramfs -z
|
Exec = /usr/bin/bash /usr/bin/dracut-initramfs -z
|
||||||
NeedsTargets
|
NeedsTargets
|
||||||
|
|
Loading…
Reference in New Issue