common/travis: switch to mirror for travis builds
This commit is contained in:
parent
809ea79c11
commit
7dd010155e
1 changed files with 3 additions and 0 deletions
|
@ -21,3 +21,6 @@ wget -q -O - https://github.com/chneukirchen/xtools/archive/master.tar.gz | \
|
||||||
echo XBPS_CHROOT_CMD=uchroot >> etc/conf
|
echo XBPS_CHROOT_CMD=uchroot >> etc/conf
|
||||||
echo XBPS_MAKEJOBS=4 >> etc/conf
|
echo XBPS_MAKEJOBS=4 >> etc/conf
|
||||||
echo XBPS_ALLOW_RESTRICTED=yes >> etc/conf
|
echo XBPS_ALLOW_RESTRICTED=yes >> etc/conf
|
||||||
|
|
||||||
|
/bin/echo -e '\x1b[32mUpdating etc/repos-remote.conf...\x1b[0m'
|
||||||
|
sed -i 's#https\?://repo\.voidlinux\.eu#http://repo3.voidlinux.eu#' etc/repos-remote.conf
|
||||||
|
|
Loading…
Reference in a new issue