live-sdk

simple distro kit (livecd edition)
git clone git://parazyd.org/live-sdk.git
Log | Files | Refs | Submodules | README | LICENSE

commit 4f3cf810f868d387e8c48f1e6663187a650fa83f
parent d1376c929e94bf8fceaa878e8084a013c635479f
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 23 Feb 2017 15:20:04 +0100

add heads blend url

Diffstat:
Msdk | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sdk b/sdk @@ -63,7 +63,7 @@ load() { ) blend_map=( - "heads" "https://git.devuan.org" + "heads" "https://git.devuan.org/heads/build-system/raw/master/heads.blend" ) oslib="${os_map[$os]}" @@ -71,6 +71,7 @@ load() { [[ $blendlib =~ '^http' ]] && { notice "grabbing blend from the internetz" + mkdir -p $R/extra/blends pushd $R/extra/blends curl -Ls -O $blendlib popd