×
How to configure
To modify mirror URLs cleanly, copy all the repository configuration files to /etc/xbps.d and change the URLs in each copied repository file. Then resynchronize using xbps-install -S
# mkdir -p /etc/xbps.d
# cp /usr/share/xbps.d/*-repository-*.conf /etc/xbps.d/
# sed -i 's|https://repo-default.voidlinux.org|https://mirror.puzzle.ch/voidlinux|g' /etc/xbps.d/*-repository-*.conf
Further information
Please consult the official documentation for further information:
https://docs.voidlinux.org/xbps/repositories/mirrors/changing.html