From 4c0d99b11c44a271bd0645b0d86850bc5524493e Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Sat, 9 Nov 2024 22:46:48 +0500 Subject: [PATCH] Update --- push.sh | 3 ++- usr/share/libalpm/hooks/10-refind-menu-pre-install.hook | 2 +- usr/share/libalpm/hooks/60-refind-menu-remove.hook | 2 +- usr/share/libalpm/hooks/90-refind-menu-install.hook | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/push.sh b/push.sh index 345883e..434d0f3 100755 --- a/push.sh +++ b/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" diff --git a/usr/share/libalpm/hooks/10-refind-menu-pre-install.hook b/usr/share/libalpm/hooks/10-refind-menu-pre-install.hook index 6d45773..fdd2551 100644 --- a/usr/share/libalpm/hooks/10-refind-menu-pre-install.hook +++ b/usr/share/libalpm/hooks/10-refind-menu-pre-install.hook @@ -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 diff --git a/usr/share/libalpm/hooks/60-refind-menu-remove.hook b/usr/share/libalpm/hooks/60-refind-menu-remove.hook index bcfa01e..7265a3e 100644 --- a/usr/share/libalpm/hooks/60-refind-menu-remove.hook +++ b/usr/share/libalpm/hooks/60-refind-menu-remove.hook @@ -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 diff --git a/usr/share/libalpm/hooks/90-refind-menu-install.hook b/usr/share/libalpm/hooks/90-refind-menu-install.hook index 2884212..99a2bd3 100644 --- a/usr/share/libalpm/hooks/90-refind-menu-install.hook +++ b/usr/share/libalpm/hooks/90-refind-menu-install.hook @@ -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