fix typo
This commit is contained in:
parent
07a6c4659e
commit
468b40eee5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue