Hi,
I’ve been trying to add ownstuff unofficial repo to /etc/pacman.conf
, according to Arch Wiki:
[ownstuff]
Server = https://martchus.dyn.f3l.de/repo/arch/$repo/os/$arch
I discovered that a lot of packages are in the ownstuff-protected repository. I added it to my /etc/pacman.conf
:
[ownstuff-protected]
Server = https://martchus.dyn.f3l.de/repo/arch/$repo/os/$arch
Indeed, I can see all those packages with pacman -Ss ...
, but I can’t download them: Error 401. Protected indeed. What could be the reason of it?