5 lines
84 B
Bash
5 lines
84 B
Bash
#!/bin/bash
|
|
|
|
# 更新内核, 可选操作
|
|
cd kernel_5.4 && bash install.sh && cd ..
|