Update
This commit is contained in:
parent
615982df2c
commit
4c0d99b11c
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"
|
||||||
|
|
|
@ -17,4 +17,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/refind-menu-generator
|
Exec = /usr/bin/bash /usr/bin/refind-menu-generator
|
||||||
|
|
|
@ -10,5 +10,5 @@ Target = usr/src/*/dkms.conf
|
||||||
[Action]
|
[Action]
|
||||||
Description = Removing linux images...
|
Description = Removing linux images...
|
||||||
When = PreTransaction
|
When = PreTransaction
|
||||||
Exec = /usr/bin/refind-menu-generator
|
Exec = /usr/bin/bash /usr/bin/refind-menu-generator
|
||||||
NeedsTargets
|
NeedsTargets
|
||||||
|
|
|
@ -17,5 +17,5 @@ Target = usr/src/*/dkms.conf
|
||||||
[Action]
|
[Action]
|
||||||
Description = Updating linux images...
|
Description = Updating linux images...
|
||||||
When = PostTransaction
|
When = PostTransaction
|
||||||
Exec = /usr/bin/refind-menu-generator
|
Exec = /usr/bin/bash /usr/bin/refind-menu-generator
|
||||||
NeedsTargets
|
NeedsTargets
|
||||||
|
|
Loading…
Reference in New Issue