kernel fuckery
This commit is contained in:
parent
0a11161655
commit
5e36fa1c4d
7 changed files with 45 additions and 27 deletions
6
util/get_upstream_kernel.xsh
Normal file
6
util/get_upstream_kernel.xsh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import json
|
||||
|
||||
jazoon = $(curl -s https://www.kernel.org/releases.json)
|
||||
|
||||
kernel_mainline = json.loads(jazoon)["releases"][0]["version"]
|
||||
print(kernel_mainline)
|
||||
Loading…
Add table
Add a link
Reference in a new issue