L4STeam / linux

Kernel tree containing patches for TCP Prague and the dualpi2 qdisc
Other
47 stars 16 forks source link

incorrect path spec in README.md: sudo dpkg --install debian_build/* #9

Closed nealcardwell closed 1 year ago

nealcardwell commented 2 years ago

In the README.md, the "Installation (debian derivatives)" section mentions:

sudo dpkg --install debian_build/*

AFAICT there is no debian_build/ directory at this point, and instead this should be:

sudo dpkg --install *.deb

That *.deb form seems to work fine (installs correctly and boots fine, at least on Google Cloud).

Thanks!

minuscat commented 1 year ago

Indeed, this is incorrect and shall be fixed in README.md

minuscat commented 1 year ago

Change the workflow and close the issue