Skip to content

Commit

Permalink
Merge pull request #296 from vinicentus/patch-1
Browse files Browse the repository at this point in the history
Fix udevadm using incorrect command
  • Loading branch information
cnlohr authored Apr 3, 2024
2 parents 87e4ee5 + 46d2494 commit fb3f980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minichlink/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ minichlink.dll : $(C_S)

install_udev_rules :
cp 99-minichlink.rules /etc/udev/rules.d/
udevadm --reload
udevadm control --reload
udevadm trigger

inspect_bootloader : minichlink
Expand Down

0 comments on commit fb3f980

Please sign in to comment.