4 lines
55 B
Bash
4 lines
55 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd kernel_5.4 && bash install.sh && cd ..
|