Skip to content

Commit

Permalink
update mkinitcpio url and bump to 32 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
oberon-manjaro authored Nov 12, 2022
1 parent 4486f75 commit bba8497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ runs:
- id: install-mkinitcpio
shell: bash
env:
VERSION: "30"
VERSION: "32"
run: |
sudo wget https://gitlab.archlinux.org/mkinitcpio/mkinitcpio/-/archive/v${VERSION}/mkinitcpio-v${VERSION}.tar.gz
sudo wget https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio/-/archive/v${VERSION}/mkinitcpio-v${VERSION}.tar.gz
sudo tar -xf mkinitcpio-v${VERSION}.tar.gz
sudo make -C mkinitcpio-v${VERSION} install
sudo sed -i -e 's|File|Path|' /usr/share/libalpm/hooks/*hook
Expand Down

0 comments on commit bba8497

Please sign in to comment.