lxc: Change default XBPS address

This commit is contained in:
Michael Aldridge 2018-09-01 11:35:58 -07:00 committed by Enno Boland
parent b4348a979e
commit 789d8e2cfd
3 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@
mkdir -p $HOME/bin
/bin/echo -e '\x1b[32mInstalling xbps...\x1b[0m'
wget -q -O - http://repo.voidlinux.eu/static/xbps-static-latest.x86_64-musl.tar.xz | \
wget -q -O - http://alpha.de.repo.voidlinux.org/static/xbps-static-latest.x86_64-musl.tar.xz | \
unxz | tar x -C $HOME/bin --wildcards "./usr/bin/xbps-*" \
--strip-components=3 || exit 1