Fix backports kernel installation

pull/20/head
Bohan Yang 5 years ago
parent 9505e39c8c
commit b874906e45
  1. 2
      debi.sh

@ -317,8 +317,8 @@ if [ -z "$kernel" ]; then
if [ "$suite" = sid ] || [ "$suite" = unstable ]; then if [ "$suite" = sid ] || [ "$suite" = unstable ]; then
err 'Backports kernel is not available for sid/unstable distribution' err 'Backports kernel is not available for sid/unstable distribution'
fi fi
kernel=none
install="$kernel/$suite-backports $install" install="$kernel/$suite-backports $install"
kernel=none
fi fi
fi fi

Loading…
Cancel
Save