From b1e258e400438c09e067cee764a06405071cd4e6 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Mon, 22 Jul 2024 16:40:28 -0500 Subject: Correct meta.lua --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init') diff --git a/init b/init index 242fe06..9e42dcc 100755 --- a/init +++ b/init @@ -1,6 +1,6 @@ #!/bin/bash -ex apt update apt install -yqq distrobuilder -distrobuilder build-incus image-clang32.yaml +distrobuilder build-incus image-clang32/image-clang32.yaml echo "Hello, world!" > hello.txt -- cgit v1.2.3-55-g6feb