diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-07-23 16:57:56 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-07-23 16:57:56 -0500 |
commit | ac237b5691130bbf6be4b50d4ae3835c14b2c3bb (patch) | |
tree | fed3ce8453bee981797b23a21a8d86c9765ee067 /init | |
parent | 2312742d79739474fcf075849d934f1a405e1fe0 (diff) | |
download | image-clang32-master.tar.gz image-clang32-master.tar.bz2 image-clang32-master.zip |
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 |