Closed gmpinder closed 1 month ago
Tested both 22.04 and 24.04 here: https://github.com/gmpinder/testos/actions/runs/11331150498
@gmpinder
Slight nitpick.
Using this is more future-proof: awk -F= '/^VERSION_ID=/ {gsub(/"/, "", $2); print $2}' /etc/os-release
awk -F= '/^VERSION_ID=/ {gsub(/"/, "", $2); print $2}' /etc/os-release
Tested both 22.04 and 24.04 here: https://github.com/gmpinder/testos/actions/runs/11331150498