add heads blend url
This commit is contained in:
parent
d1376c929e
commit
4f3cf810f8
3
sdk
3
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue