kernel fuckery

This commit is contained in:
alisceon 2025-12-07 12:36:40 +01:00
parent 0a11161655
commit 5e36fa1c4d
7 changed files with 45 additions and 27 deletions

View 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)