offline-kubernetes-install/1-kernel_5.4.sh
2023-04-26 19:57:49 +08:00

4 lines
55 B
Bash

#!/bin/bash
cd kernel_5.4 && bash install.sh && cd ..