uncomment flash

This commit is contained in:
ducoterra
2019-09-15 16:27:13 -04:00
parent c6a8f79368
commit 59bf573b8f

View File

@@ -45,7 +45,7 @@ def flash(dev):
flash_cmd = ["/bin/dd", f"if={IMAGE}", f"of={dev}"]
print("flashing")
# subprocess.run(flash_cmd)
subprocess.run(flash_cmd)
print("flashed")
with tempfile.TemporaryDirectory() as tempdir: