mrrl

Minimal Reliable Reproducible Linux
git clone https://ccx.te2000.cz/git/mrrl
Log | Files | Refs | Submodules | README

commit 71b19707969e0811633ebcd57f01cba0759347f5
parent 15c6a6818cc0b82e626ef034744c540027924fd1
Author: ccx <ccx@te2000.cz>
Date:   Thu, 31 Oct 2024 13:43:00 +0000

Add script to install default environment upon building it

Diffstat:
Abuild-and-install | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/build-and-install b/build-and-install @@ -0,0 +1,4 @@ +#!/bin/sh -xe +cd "$(dirname "$0")" +./build "$@" +exec ./cache/namedenv/default/command/install-as-current-environment