summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index 242fe06..9e42dcc 100755
--- a/init
+++ b/init
@@ -1,6 +1,6 @@
1#!/bin/bash -ex 1#!/bin/bash -ex
2apt update 2apt update
3apt install -yqq distrobuilder 3apt install -yqq distrobuilder
4distrobuilder build-incus image-clang32.yaml 4distrobuilder build-incus image-clang32/image-clang32.yaml
5 5
6echo "Hello, world!" > hello.txt 6echo "Hello, world!" > hello.txt