I did the following before updating the kernel:
apt-get source linux-image-$(uname -r)
Then I got this folder after unzipping:
linux-meta-4.15.0.60.62
But inside is just this:
debian/
and
update-version
But I don't see anything folders like arch/
orblock
Did I do something wrong? I already updated the kernel and I have a 4cpu pc so it took many hours to do this. How can I get the kernel from what I already downloaded? Also I took reference to this answer and this page of instructions. I cloned bionic but need the version 4.15.0.60.62. So I then checked this out into a branch called temp. How do I get the files at this location? I tried to clone temp but it doesn't work.
sudo apt install linux-source
command is what you want. – waltinator Sep 10 '19 at 23:02