Merge branch 'master' of github.com:kisslinux/kiss

This commit is contained in:
Dylan Araps 2020-05-13 09:49:27 +03:00
commit f1b7fd7fd8
1 changed files with 1 additions and 1 deletions

View File

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