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