Files
2026-01-02 21:12:50 +02:00

6 lines
140 B
Bash

#!/bin/bash
VERSION=$(curl -s https://www.kernel.org/ | grep -m1 -A1 'stable:' | grep -oP '(?<=strong>).*(?=</strong.*)')
echo "$VERSION"