This commit is contained in:
Valeria Fadeeva 2024-11-09 22:45:35 +05:00
parent ae19b0cb2b
commit 1624d06f1d
5 changed files with 5 additions and 6 deletions

View File

@ -16,6 +16,4 @@ linux-xanmod-anbox-fallback.efi
[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

@ -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

View File

@ -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

View File

@ -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