Hi Everyone,
Apologies if this is the wrong section, I’ve been beating my head trying to install Grub Customizer on Neon but I keep running into issues, I dare not try to compile it manually as on the official landing page guide as I am not too experienced with Linux and would rather not break something - furthermore this issue seems to expand futher than just GRUB customizer.
The issue is that I can’t add an apt respoitory, I try to run
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
yet I get the following error:
Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 451, in <module>
addaptrepo = AddAptRepository()
^^^^^^^^^^^^^^^^^^
File "/usr/bin/add-apt-repository", line 38, in __init__
self.distro.get_sources(self.sourceslist)
File "/usr/lib/python3/dist-packages/aptsources/distro.py", line 89, in get_sources
raise NoDistroTemplateException(
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Neon/noble
I tried editing the /etc/*-release
file but no matter what i changed it to didn’t seem to fix it, perhaps I’m doing it wrong, could anyone guide me in the right direction?
Thanks in advance