From 7a31132fa2a01bfebd13cf451105920ef4623c44 Mon Sep 17 00:00:00 2001 From: Hadi Chokr Date: Sat, 11 Apr 2026 21:16:12 +0200 Subject: [PATCH] Add xorriso --- bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 01f9abb..dce18ec 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -86,7 +86,8 @@ pacman --sync --refresh --refresh --noconfirm --sysupgrade \ transmission-cli \ tree \ ukify \ - wget + wget \ + xorriso # Use mkosi from Git so we don't have to wait for releases when things break. # OTOH, things may break in Git. Therefore, which version is used may change over time.