diff --git a/flash.py b/flash.py index 5499252..1e54f98 100755 --- a/flash.py +++ b/flash.py @@ -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: