更新一下文件名

This commit is contained in:
zhanglikun 2023-04-27 17:25:54 +08:00
parent d054eedb32
commit 9506011c85
No known key found for this signature in database
GPG Key ID: CEA7CACC468ACDFE
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#!/bin/bash #!/bin/bash
# 更新内核, 可选操作
cd kernel_5.4 && bash install.sh && cd .. cd kernel_5.4 && bash install.sh && cd ..

View File

@ -3,7 +3,7 @@
| 脚本 | 说明 | | 脚本 | 说明 |
| ------------------ | -------------------------------------- | | ------------------ | -------------------------------------- |
| -1-kernel_5.4.sh | 可选, 安装5.4内核 | | 0-kernel_5.4.sh | 可选, 安装5.4内核 |
| 0-config.sh | 修改里面的配置, 然后执行 | | 0-config.sh | 修改里面的配置, 然后执行 |
| 0-download.sh | 下载离线包, 支持断点续传 | | 0-download.sh | 下载离线包, 支持断点续传 |
| 1-init.sh | 初始化配置, 所有节点都需要执行 | | 1-init.sh | 初始化配置, 所有节点都需要执行 |