This commit is contained in:
Valeria Fadeeva 2024-11-09 22:44:52 +05:00
parent b1d6014b0b
commit ba953e34ca
5 changed files with 5 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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