add heads blend url

This commit is contained in:
parazyd 2017-02-23 15:20:04 +01:00
parent d1376c929e
commit 4f3cf810f8
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 2 additions and 1 deletions

3
sdk
View File

@ -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