From f794852aa1a4d314853b02e7078dd0e1952cd96e Mon Sep 17 00:00:00 2001 From: Adrian Popa Date: Wed, 30 Dec 2020 14:38:30 +0200 Subject: [PATCH] Update gpu_bifrost.md uname -r to get the kernel version --- guides/gpu_bifrost.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/gpu_bifrost.md b/guides/gpu_bifrost.md index 6d31394..58e4e76 100644 --- a/guides/gpu_bifrost.md +++ b/guides/gpu_bifrost.md @@ -55,5 +55,5 @@ $ sudo reboot ### Error when install **mali-bifrost-dkms** This error could be caused when the Linux header package is not installed, so highly recommend to install the package before installing Bifrost packages. ```bash -$ sudo apt install linux-headers-$(uname -a) +$ sudo apt install linux-headers-$(uname -r) ```