diff options
Diffstat (limited to 'init')
-rwxr-xr-x | init | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,2 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/bash -ex |
2 | apt update | ||
3 | apt install -yqq distrobuilder | ||
4 | distrobuilder build-incus image-clang32.yaml | ||
5 | |||
2 | echo "Hello, world!" > hello.txt | 6 | echo "Hello, world!" > hello.txt |