diff --git a/install.py b/install.py index 8a345cb..8fa4412 100755 --- a/install.py +++ b/install.py @@ -65,6 +65,7 @@ def main(): host=host_config ) output_path = args.home / template_path.relative_to(templates_dir) + output_path.parent.mkdir(parents=True, exist_ok=True) with open(output_path, 'w+') as output_file: output_file.write(output)