diff --git a/lib.sh b/lib.sh index 2468f9e..fdfb561 100644 --- a/lib.sh +++ b/lib.sh @@ -657,7 +657,7 @@ get_kernel_update_funcs() { get_conflicts() { for kernel in $(ls ${script_dir}/src/kernels); do # do not conflict with common or dkms packages - if [[ "$kernel" == "common.sh" || "$kernel" == "dkms.sh" ]]; then + if [[ "$kernel" == "common.sh" || "$kernel" == "common-git.sh" || "$kernel" == "dkms.sh" ]]; then continue; fi