mirror of
https://github.com/Lakr233/vphone-cli.git
synced 2026-09-02 02:34:29 +00:00
The fw prepare step sent the script's entire stdout/stderr to /dev/null unless -v was passed, so the aria2c/curl/wget progress bar was discarded with it. That left the longest phase of the pipeline — a multi-GB IPSW download — printing nothing for minutes, which reads as a hang. Stream it unconditionally. Standalone `fw prepare` already does this by flooring its verbosity at .info; this brings `vm create` in line. The script itself is status-line based (~40 echoes, unzip -oq, no per-file loops), so this adds progress rather than noise. Co-Authored-By: Claude Fable 5 <[email protected]>