Commit 5c74becf authored by Vitaly Lipatov's avatar Vitaly Lipatov

make epm update-kernel no fatal on apt systems

parent 0ae94916
......@@ -44,6 +44,9 @@ epm_kernel_update()
dnf-rpm)
docmd epm install kernel
;;
apt-*)
echo "Skipping: kernel package will update during dist-upgrade"
;;
*)
fatal "Have no suitable command for $PMTYPE"
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment