Implement CA installation

This commit is contained in:
fnrir
2023-08-18 14:45:28 +02:00
parent bc1df1f5e1
commit 3875599c5f
3 changed files with 81 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ sudo = "0.6.0"
[target.'cfg(target_os = "linux")'.dependencies]
anyhow = "1.0.58"
os_type = "2.6"
term-detect = "0.1.7"
which = "4.4"