diff options
Diffstat (limited to 'init')
-rwxr-xr-x | init | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,3 @@ | |||
1 | #!/bin/bash -ex | 1 | #!/bin/bash -ex |
2 | apt update | 2 | apk update |
3 | distrobuilder build-incus image-clang32/image-clang32.yaml | 3 | apk add alpine-base clang18 clang18-dev |