mirror of https://github.com/parazyd/arm-sdk.git
update lsdk to latest commit
This commit is contained in:
parent
76d3aa22dd
commit
26d0b284e4
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1a8a2df8095072b3553fe09306bbf4db2ab7d6b3
|
Subproject commit 5f988be6b8d97341e2d1bbda542f71684a4f3f26
|
||||||
2
sdk
2
sdk
|
|
@ -101,7 +101,7 @@ load() {
|
||||||
[[ $blendlib =~ '^http' ]] && {
|
[[ $blendlib =~ '^http' ]] && {
|
||||||
notice "grabbing blend from the internetz"
|
notice "grabbing blend from the internetz"
|
||||||
pushd $R/extra/blends
|
pushd $R/extra/blends
|
||||||
curl -Ls $blendlib
|
curl -Ls -O $blendlib
|
||||||
popd
|
popd
|
||||||
blendlib="$R/extra/blends/$(basename $blendlib)"
|
blendlib="$R/extra/blends/$(basename $blendlib)"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue