feat: use mutter for first setup
This commit is contained in:
parent
9a3a2ad4f8
commit
e4192f57ae
2 changed files with 8 additions and 15 deletions
|
@ -78,7 +78,7 @@ def inst_system_config(config):
|
|||
]
|
||||
|
||||
if testing == False:
|
||||
with open('/system.yaml') as system_config_file:
|
||||
with open('/system.yaml', 'w') as system_config_file:
|
||||
yaml.dump(system_config, system_config_file)
|
||||
else:
|
||||
print(system_config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue