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