From 06cc25682c0b768f07f7e7493bed267a59301781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20H=C3=BCbner?= Date: Sun, 28 Apr 2024 18:44:02 +0200 Subject: [PATCH] devbox build script --- devbox.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/devbox.json b/devbox.json index 943c983..1ac0765 100644 --- a/devbox.json +++ b/devbox.json @@ -7,5 +7,15 @@ "pwgen@latest", "whois@latest", "xorriso@latest" - ] + ], + "shell": { + "init_hook": [], + "scripts": { + "build": [ + "cat ${HOME}/.ssh/id_ed25519.pub > configs/authorized_keys", + "./build.sh -u 'janitor' -d 'example.org' -z", + "cat *.sum" + ] + } + } }