Gum-Joe / 2Keys

A easy to setup second keyboard, designed for everyone.
GNU General Public License v3.0
11 stars 4 forks source link

Might need to copy in projects (sync) here #101

Open github-actions[bot] opened 4 years ago

github-actions[bot] commented 4 years ago

Might need to copy in projects (sync) here

https://github.com/Gum-Joe/2Keys/blob/2bc9ab3637736d71e0d6dee0f340558990873227/detectors/detector-desktop/controller/src/setup/client/template-updates/vagrant.ts#L71


/** Generates a Vagrantfile from the template (see assets/vm/Vagrantfile.template) */
// TODO: Might need to copy in projects (sync) here
export default async function updateVagrantFile(twokeys: TwoKeys<TWOKEYS_ADDON_TYPE_DETECTOR>, config: ClientConfigHere): Promise<void> {
    twokeys.logger.substatus("Updating Vagrantfile");
    const template = (await fs.readFile(join(twokeys.properties.clientRoot, VAGRANT_FILE_TEMPLATE))).toString("utf8");
ndex 0d62175..baa11cb 100644
++ b/detectors/detector-desktop/controller/src/setup/client/vm.ts

1b1b4703ef38914676174f562e6a33f649fe2299