From 36c1edb9e3cb71ba78e19a457e51ee8ac6fb821d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 19 Feb 2020 23:46:13 +0200 Subject: [PATCH] kiss-chbuild: Fix url --- contrib/kiss-chbuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/kiss-chbuild b/contrib/kiss-chbuild index 69e0854..9514d29 100755 --- a/contrib/kiss-chbuild +++ b/contrib/kiss-chbuild @@ -12,12 +12,13 @@ clean() { } pid=$$ +url=https://github.com/kisslinux/repo/releases/download/1.9.0/ cd "${cac_dir:=$KISS_ROOT${XDG_CACHE_HOME:-$HOME/.cache}/kiss}" [ -f kiss-chroot.tar.xz ] || { log "Downloading chroot tarball" - wget https://dl.getkiss.org/kiss-chroot.tar.xz + wget "$url/kiss-chroot.tar.xz" } [ -d kiss-chroot ] || {