refactor: standardize imports and clean up commented code across modules

This commit is contained in:
2025-01-03 00:29:37 +02:00
parent 4c01c88b85
commit a19480ecfd
17 changed files with 86 additions and 73 deletions

View File

@@ -88,12 +88,12 @@ fn cmd_bootstrap_execute(cmd Command) ! {
} else {
base.install(reset: reset)!
}
base.bash_installers_package()!
// base.bash_installers_package()!
} else {
mut b := builder.new()!
mut n := b.node_new(ipaddr: address)!
if develop {
n.crystal_install(reset: reset)!
// n.crystal_install(reset: reset)!
n.hero_install()!
n.dagu_install()!
} else {