This commit is contained in:
KillingJacky 2020-04-27 08:19:50 +01:00
parent 07a6c4659e
commit 468b40eee5

View file

@ -177,8 +177,8 @@ function install_module {
dkms build -k $_i -m $mod -v $ver && {
dkms install --force -k $_i -m $mod -v $ver
} || {
echo "can not compile with this kernel, abourt"
echo "please try compile with option --compat-kernel"
echo "can not compile with this kernel, abort"
echo "please try compile with the option --compat-kernel"
exit 1
}
done