pspdev / psp-packages

https://pspdev.github.io/psp-packages/
The Unlicense
19 stars 13 forks source link

Understanding psp-pacman to add this server #88

Closed godreborn closed 1 year ago

godreborn commented 1 year ago

I have this in my pacman.conf:

[psp-packages] Server = https://github.com/pspdev/psp-packages

however, I get a 404 error. I'm very confused on what this is supposed to look like for the psp-packages database.

sharkwouter commented 1 year ago

It should be this:

[pspdev]
SigLevel = Optional TrustAll
Server = https://github.com/pspdev/psp-packages/releases/latest/download/

If you installed psp-pacman, it should already have this repo, though.

sharkwouter commented 1 year ago

I'm going to assume that this issue has been resolved now.