From 4f3cf810f868d387e8c48f1e6663187a650fa83f Mon Sep 17 00:00:00 2001 From: parazyd Date: Thu, 23 Feb 2017 15:20:04 +0100 Subject: [PATCH] add heads blend url --- sdk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk b/sdk index 6ea1ebc..2c363da 100755 --- 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