zellij: update to 0.41.2
[void-pkg.git] / common / travis / set_mirror.sh
blob8159daceb613f40fbce9707e0e62b2fffb08bfae
1 #!/bin/sh
3 TRAVIS_MIRROR=repo-ci.voidlinux.org
5 for _i in etc/xbps.d/repos-remote*.conf ; do
6 /bin/echo -e "\x1b[32mUpdating $_i...\x1b[0m"
7 sed -i "s:repo-default\.voidlinux\.org:$TRAVIS_MIRROR:g" $_i
8 done