diff --git a/manifests/lethal-company.manifest b/manifests/lethal-company.manifest index b3d6f88..8d65c5b 100644 --- a/manifests/lethal-company.manifest +++ b/manifests/lethal-company.manifest @@ -34,7 +34,8 @@ module.exports = { const dlBundle = global._.bundles[os_string] const data = { - http_downloads: [ + install_steps: { + http_downloads: [ { path: dlBundle.filename, url: dlBundle.url, @@ -43,6 +44,7 @@ module.exports = { progress: true, } ] + } } return data