Fix instructions for cloning repository
This change fixes the instructions for cloning the repository which apparently did not work (#11).
This commit is contained in:
parent
8e12ff11d1
commit
908898491e
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ In case you are building a kernel version >= 5.8, make sure you have installed a
|
|||
```bash
|
||||
git clone https://github.com/fabianishere/pve-edge-kernel
|
||||
cd pve-ede-kernel
|
||||
git submodule update --init --recursive --depth 1
|
||||
git submodule update --init --depth=1 --recursive submodules/ubuntu-mainline
|
||||
git submodule update --init --recursive
|
||||
```
|
||||
Afterwards, select the branch of your likings (e.g. `v5.8.x`).
|
||||
|
||||
|
|
Loading…
Reference in a new issue