Implement per-distro installation flow
This commit is contained in:
parent
caf870d05e
commit
b9b60e9b6c
21 changed files with 1109 additions and 33 deletions
|
|
@ -17,6 +17,7 @@ version = "0.1.0"
|
|||
clap = { version = "4.5.32", features = ["derive"] }
|
||||
assert_cmd = "2.0.16"
|
||||
dialoguer = "0.12.0"
|
||||
libc = "0.2.171"
|
||||
reqwest = { version = "0.12.15", default-features = false, features = ["blocking", "json", "rustls-tls"] }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_yaml = "0.9.34"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue