Remove ISO build tooling (deferred to later)

This commit is contained in:
Astral
2026-09-01 08:04:35 +02:00
parent 4805fe0f90
commit f0b06a1685
4 changed files with 7 additions and 60 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# common.sh — shared helpers for Keru scripts (installer, iso, kama)
# common.sh — shared helpers for Keru scripts (installer, build pipeline)
PREFIX="\033[1;35m[ keru ]\033[0m"
msg() { printf '%b %s\n' "$PREFIX" "$*"; }
info() { printf '%b \033[1;34m==>\033[0m %s\n' "$PREFIX" "$*"; }