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

can't fetch arch #287

Closed darkmaxoff closed 1 year ago

darkmaxoff commented 1 year ago

i use some linux based on rosa and install Bedrock and when i try to fetch arch i see error. on usually this gave me this: mostesttest ~ # brl fetch -n tut-arch arch [ 1/19 ( 5%)] Determining name

but if i manually pick mirror they give me this: mostesttest ~ # brl fetch -n tut-arch arch -m http://mirror.i3d.net/pub/archlinux/ [ 1/19 ( 5%)] Determining name

kumquat-ir commented 1 year ago

This is because Arch has merged the community repository into the extra repository, as noted in these blog posts: https://archlinux.org/news/git-migration-announcement/ https://archlinux.org/news/git-migration-completed/

The only thing that would likely need to be done to fix this is removing references to community in the fetch script

darkmaxoff commented 1 year ago

This is because Arch has merged the community repository into the extra repository, as noted in these blog posts: https://archlinux.org/news/git-migration-announcement/ https://archlinux.org/news/git-migration-completed/

The only thing that would likely need to be done to fix this is removing references to community in the fetch script

thx it worked

darkmaxoff commented 1 year ago

if somebody have that trouble just comment all lines with community in file on screenshot image