diff --git a/flash.py b/flash.py index c6a280d..fd19a6f 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: