forked from kiss-community/kiss
kiss-chbuild: Fix url
This commit is contained in:
parent
69b471fe1f
commit
36c1edb9e3
@ -12,12 +12,13 @@ clean() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pid=$$
|
pid=$$
|
||||||
|
url=https://github.com/kisslinux/repo/releases/download/1.9.0/
|
||||||
|
|
||||||
cd "${cac_dir:=$KISS_ROOT${XDG_CACHE_HOME:-$HOME/.cache}/kiss}"
|
cd "${cac_dir:=$KISS_ROOT${XDG_CACHE_HOME:-$HOME/.cache}/kiss}"
|
||||||
|
|
||||||
[ -f kiss-chroot.tar.xz ] || {
|
[ -f kiss-chroot.tar.xz ] || {
|
||||||
log "Downloading chroot tarball"
|
log "Downloading chroot tarball"
|
||||||
wget https://dl.getkiss.org/kiss-chroot.tar.xz
|
wget "$url/kiss-chroot.tar.xz"
|
||||||
}
|
}
|
||||||
|
|
||||||
[ -d kiss-chroot ] || {
|
[ -d kiss-chroot ] || {
|
||||||
|
Loading…
Reference in New Issue
Block a user