bedrocklinux / bedrocklinux-userland

This tracks development for the things such as scripts and (defaults for) config files for Bedrock Linux
https://bedrocklinux.org
GNU General Public License v2.0
597 stars 62 forks source link

Remove community and galaxy repos from Arch and Artix #288

Closed camperboy1000 closed 1 year ago

camperboy1000 commented 1 year ago

The Arch and Artix repositories were recently migrated from subversion to git. As part of the migration, Arch's community repository was merged into the extra repository. Artix followed suit by merging their galaxy repository into the world repository. This PR addresses these changes and removes the community and galaxy repository from the brl-fetch script for Arch and Artix.

Relevant announcements: https://archlinux.org/news/git-migration-announcement/ https://archlinux.org/news/git-migration-completed/ https://artixlinux.org/news.php#Repository_changes

This PR addresses issue #287.

aeknt commented 1 year ago

Can confirm it works on my machine

paradigm commented 1 year ago

Looks good, thanks!