Closed mostafasoufi closed 2 months ago
Hi,
This PR adds checks for missing dependencies (svn, curl, wget) to ensure the script exits gracefully if any are missing. It also improves error handling in the download process to prevent incomplete setups when required tools are unavailable.
Some extra hardening sounds good, but why remove all those explanatory comments?
Good point, the comments are back.
Hi,
This PR adds checks for missing dependencies (svn, curl, wget) to ensure the script exits gracefully if any are missing. It also improves error handling in the download process to prevent incomplete setups when required tools are unavailable.