Try / OpenGothic

Reimplementation of Gothic 2 Notr
MIT License
1.07k stars 78 forks source link

update README for Ubuntu 22.04 #597

Closed Nindaleth closed 1 month ago

Nindaleth commented 1 month ago

Fix for #596

In addition to mentioning 22.04:

I've manually verified the /etc/os-release and its VERSION_CODENAME to be available on all of the LTS versions mentioned above (16.04-22.04).

Nindaleth commented 1 month ago

Actually, I'm not sure what Linux Mint sets there. I'll need to check this, please don't merge just yet.

Nindaleth commented 1 month ago

Turns out that's what the UBUNTU_CODENAME variable is for - each Ubuntu derivative carries its own individual VERSION_CODENAME, but the (base) UBUNTU_CODENAME stays the same. I've verified that the code will also work on Linux Mint and Elementary OS which are some of the notable Ubuntu derivatives.

Try commented 1 month ago

Thanks for checking it! Merged