kiss-chbuild: Fix url

This commit is contained in:
Dylan Araps 2020-02-19 23:46:13 +02:00
parent 69b471fe1f
commit 36c1edb9e3
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 1 deletions

View File

@ -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 ] || {