aboutsummaryrefslogtreecommitdiff
path: root/installer/lib/common.sh
Commit message (Collapse)AuthorAgeFilesLines
* feat: default to no-color output, add --color flag to enableCraig Jennings12 days1-11/+11
| | | | Keeps logs and SSH output clean. Use archangel --color for colored output.
* refactor: rename custom/ to installer/ for clarityCraig Jennings2026-02-231-0/+173
The custom/ directory name was an archiso implementation detail. Renamed to installer/ which clearly communicates that this directory contains the installer scripts and utilities that ship on the ISO. Updated all references in build.sh, Makefile, test-install.sh, and README.