CachyOS / CachyOS-Settings

Settings used for CachyOS
GNU General Public License v3.0
98 stars 23 forks source link

Add CachyOS URL to debuginfod #58

Closed ptr1337 closed 7 months ago

ptr1337 commented 7 months ago

Currently debuginfod uses as default the archlinux debuginfod URL, which makes issues when used together with CachyOS. The Archlinux URL is still required, since we dont ship all packages yet.

Fixes: https://github.com/CachyOS/CachyOS-Settings/issues/57

averms commented 7 months ago

Yep this works, thanks! Will this also apply to the Docker images?

ptr1337 commented 7 months ago

Yep this works, thanks! Will this also apply to the Docker images?

Great! Yes, we just need to do a new release for cachyos-settings and then it will apply also to the docker containers. Ill merge this then and will do tomorrow a new release.