live-sdk

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

commit a21e439a869c2210e42b3a56e3d391c2e18f26fd
parent 78943348e453ac821a5e402c496c567d173b8210
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 18 Sep 2017 17:10:54 +0200

add decode blend to blend_map

Diffstat:
Msdk | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sdk b/sdk @@ -65,6 +65,7 @@ load() { blend_map=( "devuan-live" "$R/blends/devuan-live/devuan-live.blend" "heads" "$R/../heads.blend" + "decode" "$R/../decode.blend" ) oslib="${os_map[$os]}"