From 62da86e3c8adb0e7dff0cb604a57d67ca86291d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20H=C3=BCbner?= Date: Sun, 28 Apr 2024 19:20:08 +0200 Subject: [PATCH] simplify example --- devbox.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/devbox.json b/devbox.json index e529e15..db8366c 100644 --- a/devbox.json +++ b/devbox.json @@ -14,12 +14,7 @@ "scripts": { "build": [ "cat ${HOME}/.ssh/id_ed25519.pub > configs/authorized_keys", - "./build.sh \\", - "-u 'janitor' \\", - "-d 'hub.lol' \\", - "-a 'curl' \\", - "-a 'ripgrep' \\", - "-z", + "./build.sh -u 'janitor' -z", "cat *.sum" ] }