kiss-chbuild: replace wget with already used curl

This commit is contained in:
Ethan Sommer 2020-05-12 22:41:53 -04:00
parent 68cbb2b68d
commit 02eb785a44
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 ] || {