t2linux / T2-Debian-and-Ubuntu-Kernel

Ubuntu Kernel for T2 Macs.
130 stars 14 forks source link

lsb_release in docker #27

Closed bluerapik closed 1 year ago

bluerapik commented 1 year ago

Hi. First of all, thank you for this repo.

In new releases to get in docker:

CODENAME=$(lsb_release -c | cut -d ":" -f 2 | xargs)

should be executed before:

apt-get install -y lsb-release

Best.

AdityaGarg8 commented 1 year ago

Open a PR for with the changes requested.