added default installer

This commit is contained in:
jash
2018-10-07 23:34:03 +02:00
committed by kexkey
parent 48af084cb0
commit 875a2c7afd

View File

@@ -23,7 +23,8 @@ module.exports = class extends Generator {
this.props = require(this.destinationPath('props.json'));
} else {
this.props = {
'derivation_path': '0/n'
'derivation_path': '0/n',
'installer': 'docker'
};
}