Update chroot_build.sh

This commit is contained in:
Aditya Garg 2021-12-25 09:27:32 +05:30 committed by GitHub
parent 398018a39f
commit ecd2c1e773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="
curl -L https://github.com/AdityaGarg8/mbp-16.1-linux-wifi/releases/download/v5.15.11-ubuntu/linux-headers-5.15.11-t2_5.15.11-1_amd64.deb > /tmp/headers.deb
curl -L https://github.com/AdityaGarg8/mbp-16.1-linux-wifi/releases/download/v5.15.11-ubuntu/linux-image-5.15.11-t2_5.15.11-1_amd64.deb > /tmp/image.deb
curl -L https://github.com/AdityaGarg8/mbp-16.1-linux-wifi/releases/download/v5.15.11-ubuntu/firmware.deb > /tmp/firmware.deb
curl -L https://github.com/AdityaGarg8/mbp-16.1-linux-wifi/releases/download/v5.15.11-ubuntu/iso-firmware.deb > /tmp/firmware.deb
file /tmp/*
apt install /tmp/headers.deb /tmp/image.deb /tmp/firmware.deb