1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-07-02 14:02:26 +00:00

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

View File

@ -11,7 +11,7 @@ cd "${cac_dir:=$KISS_ROOT${XDG_CACHE_HOME:-$HOME/.cache}/kiss}"
log "Downloading chroot tarball" log "Downloading chroot tarball"
url=https://github.com/kisslinux/repo/releases/download/1.10.0/ 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 ] || { [ -d kiss-chroot ] || {