Unofficial repository EndeavourOS

If the keyring installation fails, proceed as follows:
Add pacman key

sudo pacman-key --recv-keys AEE1E900

Let’s add the repository in pacman:

sudo nano /etc/pacman.conf

[codelinsoft-eos-repository] 
SigLevel = Never
Server = https://repository.codelinsoft.it/eos-repository

Install keyring

sudo pacman -Syu codelinsoft-keyring

Yes I have done that with a tip from Librewish. That did the trick, thanks.

1 Like

Added the eos-community-wallpapers package

sudo pacman -S eos-community-wallpapers

@specialworld83

update mhwd-db-garuda

and add optimus-manager and optimus-manager-qt to your repo

as i have added

an option to install optimus manager via mhwd

sudo mhwd -i pci video-intel-nvidia-optimus-manager
1 Like

Hi, I try to install eos-settings-manager and it fails on beginning.

LANG=C sudo pacman-key --recv-keys AEE1E900
gpg: keyserver receive failed: General error
==> ERROR: Remote key not fetched correctly from keyserver.

Can I just install garuda-settings-manager-git from AUR?
Regards.

Use a specific keyserver, e.g. --keyserver hkps://keyserver.ubuntu.com

Yes.

1 Like

Thanks for answer.