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