forked from kiss-community/kiss
kiss-chbuild: replace wget with already used curl
This commit is contained in:
parent
68cbb2b68d
commit
02eb785a44
@ -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 ] || {
|
||||
|
Loading…
Reference in New Issue
Block a user