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