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