kiss-chbuild: Update tarball URL

This commit is contained in:
Dylan Araps 2020-05-12 08:11:52 +03:00
parent 16e40cb0fa
commit cfa37abf59
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ cd "${cac_dir:=$KISS_ROOT${XDG_CACHE_HOME:-$HOME/.cache}/kiss}"
[ -f kiss-chroot.tar.xz ] || {
log "Downloading chroot tarball"
url=https://github.com/kisslinux/repo/releases/download/1.9.11/
url=https://github.com/kisslinux/repo/releases/download/1.10.0/
wget "$url/kiss-chroot.tar.xz"
}