The TROMjaro repo is broken. Here how to fix it

We started our repo on Nextcloud where we hosted all of the files. Not very good, I know, but it was handy for me to sync the changes. I think Nextcloud may have changed something because now our repo wont work.

For the OS to read the “repo” it needs to read some .db files, and if you host these files on Nextcloud the native behavior is for Nextcloud to try and download files like that, not “show” them to you, the server.

Anyway, we moved directly to a HTTPS source: https://repo.tromjaro.com/

Please change this one file:

Go to /etc/pacman.d/ and edit as root the tromjaro-mirrorlist file. Replace the Server = ADDRESS with the new address: https://repo.tromjaro.com/.

The entire file should be this:

##
##	TROMjaro Linux default mirrorlist
##

## TROMjaro : Official
Server = https://repo.tromjaro.com/

That is all. Now you can go to Add/Remove Software and in the right corner, click the menu, then Refresh Databases.

The changes will be pushed to a new ISO the next week.