offline-kubernetes-install/0-kernel_5.4.sh
2023-09-12 16:14:17 +08:00

5 lines
84 B
Bash
Executable File

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