Skip to content

Commit

Permalink
Fix download url
Browse files Browse the repository at this point in the history
  • Loading branch information
valtzu committed Apr 18, 2024
1 parent f1d826e commit 468ef28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mkosi.extra/usr/lib/sysupdate.d/50-usr-verity.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Verify=no

[Source]
Type=url-file
Path=https://github.com/valtzu/rpi-mkosi/releases/download/latest
Path=https://github.com/valtzu/rpi-mkosi/releases/latest/download
MatchPattern=%M_@v.@u.usr-verity.raw.xz

[Target]
Expand Down
2 changes: 1 addition & 1 deletion mkosi.extra/usr/lib/sysupdate.d/51-usr.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Verify=no

[Source]
Type=url-file
Path=https://github.com/valtzu/rpi-mkosi/releases/download/latest
Path=https://github.com/valtzu/rpi-mkosi/releases/latest/download
MatchPattern=%M_@v.@u.usr.raw.xz

[Target]
Expand Down
2 changes: 1 addition & 1 deletion mkosi.extra/usr/lib/sysupdate.d/70-kernel.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Verify=no

[Source]
Type=url-file
Path=https://github.com/valtzu/rpi-mkosi/releases/download/latest
Path=https://github.com/valtzu/rpi-mkosi/releases/latest/download
MatchPattern=%M_@v.efi.xz

[Target]
Expand Down

0 comments on commit 468ef28

Please sign in to comment.