Update
This commit is contained in:
parent
b1d6014b0b
commit
ba953e34ca
|
@ -17,6 +17,4 @@ vmlinuz-linux-xanmod-anbox
|
|||
|
||||
[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"
|
||||
|
|
|
@ -12,4 +12,4 @@ Target = usr/src/*/dkms.conf
|
|||
[Action]
|
||||
Description = Ensure ESP is mounted...
|
||||
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]
|
||||
Description = Removing linux images...
|
||||
When = PreTransaction
|
||||
Exec = /usr/bin/dracut-initramfs -y
|
||||
Exec = /usr/bin/bash /usr/bin/dracut-initramfs -y
|
||||
NeedsTargets
|
||||
|
|
|
@ -12,5 +12,5 @@ Target = usr/src/*/dkms.conf
|
|||
[Action]
|
||||
Description = Updating linux images...
|
||||
When = PostTransaction
|
||||
Exec = /usr/bin/dracut-initramfs -z
|
||||
Exec = /usr/bin/bash /usr/bin/dracut-initramfs -z
|
||||
NeedsTargets
|
||||
|
|
Loading…
Reference in New Issue