Merge pull request #151 from E5ten/no-wget

kiss-chbuild: replace wget with already used curl
This commit is contained in:
dylan 2020-05-13 09:15:38 +03:00 committed by GitHub
commit d3659f054a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 ] || {