| commit | 0ccd1481dbc083b60a7cb8ac33ad99bef2c1eb02 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Wed Jun 21 15:02:24 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Wed Jun 21 15:02:24 2023 +0400 |
| tree | aa576e26ad40f83f2ad893f54fd6b0376e64faa6 | |
| parent | 44f9d599f546f4aaf9d42dc1db74f4989ac29513 [diff] [blame] |
installer: fully automate initial bootstrap and env creation
diff --git a/core/installer/cmd/apps.go b/core/installer/cmd/apps.go index baab5bf..9cfe955 100644 --- a/core/installer/cmd/apps.go +++ b/core/installer/cmd/apps.go
@@ -60,10 +60,10 @@ if err != nil { return err } - m, err := installer.NewAppManager( + m, err := installer.NewAppManager(installer.NewRepoIO( repo, signer, - ) + )) if err != nil { return err }