mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 10:35:51 +00:00
8faa9040fb
Changed curl flags from -fsSL to -fSL to enable error output. The -s flag was silencing all curl errors including SSL/TLS issues, making it impossible to diagnose download failures. With -S (show errors), stderr now captures meaningful error messages like certificate problems, connection failures, etc.