Implement per-distro installation flow

This commit is contained in:
stoorps 2026-03-19 21:59:18 +00:00
parent caf870d05e
commit b9b60e9b6c
Signed by: stoorps
SSH key fingerprint: SHA256:AZlPfu9hTu042EGtZElmDQoy+KvMOeShLDan/fYLoNI
21 changed files with 1109 additions and 33 deletions

1
Cargo.lock generated
View file

@ -19,6 +19,7 @@ dependencies = [
"assert_cmd",
"clap",
"dialoguer",
"libc",
"predicates",
"tempfile",
]