Manjaro: Install headers of all installed kernels

  5:48 am  Linux
sudo pacman -S $(pacman -Qsq "^linux" | grep "^linux[0-9]*[-rt]*$" | awk '{print $1"-headers"}' ORS=' ')
Reply
Share a link to this topic
close

Be the first one to reply