We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d10caa commit a5e6015Copy full SHA for a5e6015
lib/common.sh
@@ -634,7 +634,7 @@ function install_kernel_headers_and_dbgsyms() {
634
#
635
local kernel
636
for kernel in $KERNEL_VERSIONS; do
637
- logmust sudo ln -s "/usr/lib/debug/boot/vmlinux-$kernel" "/usr/src/linux-headers-$kernel/vmlinux"
+ logmust sudo ln -sf "/usr/lib/debug/boot/vmlinux-$kernel" "/usr/src/linux-headers-$kernel/vmlinux"
638
done
639
}
640
0 commit comments