From 9506011c85847b6802284fb5437b20445450d96f Mon Sep 17 00:00:00 2001 From: zhanglikun Date: Thu, 27 Apr 2023 17:25:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=80=E4=B8=8B=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- -1-kernel_5.4.sh => 0-kernel_5.4.sh | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) rename -1-kernel_5.4.sh => 0-kernel_5.4.sh (65%) diff --git a/-1-kernel_5.4.sh b/0-kernel_5.4.sh similarity index 65% rename from -1-kernel_5.4.sh rename to 0-kernel_5.4.sh index 5f093cb..aecab52 100644 --- a/-1-kernel_5.4.sh +++ b/0-kernel_5.4.sh @@ -1,3 +1,4 @@ #!/bin/bash +# 更新内核, 可选操作 cd kernel_5.4 && bash install.sh && cd .. diff --git a/README.md b/README.md index 0152ef1..10dd9aa 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ | 脚本 | 说明 | | ------------------ | -------------------------------------- | -| -1-kernel_5.4.sh | 可选, 安装5.4内核 | +| 0-kernel_5.4.sh | 可选, 安装5.4内核 | | 0-config.sh | 修改里面的配置, 然后执行 | | 0-download.sh | 下载离线包, 支持断点续传 | | 1-init.sh | 初始化配置, 所有节点都需要执行 |