浏览代码

Fix backports kernel installation

Bohan Yang 5 年之前
父节点
当前提交
b874906e45
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      debi.sh

+ 1 - 1
debi.sh

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