comment obsolete code in bootstraper load method

This commit is contained in:
2024-12-30 18:13:20 +02:00
parent f0fdf146a8
commit 39838b70f9

View File

@@ -25,8 +25,11 @@ pub mut:
}
fn (mut bs BootStrapper) load() {
bs.embedded_files['install_base.sh'] = $embed_file('../../scripts/install_base.sh')
bs.embedded_files['install_hero.sh'] = $embed_file('../../scripts/install_hero.sh')
panic('not implemented')
// TODO: check how to install hero. maybe once we have releases, we could just download the binary
// bs.embedded_files['install_base.sh'] = $embed_file('../../scripts/install_base.sh')
// bs.embedded_files['install_hero.sh'] = $embed_file('../../scripts/install_hero.sh')
}
// to use do something like: export NODES="195.192.213.3" .