feat: use mutter for first setup

This commit is contained in:
Rudra Saraswat 2024-02-14 12:12:07 +05:30
parent 9a3a2ad4f8
commit e4192f57ae
2 changed files with 8 additions and 15 deletions

View file

@ -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)