Install gorush via Install Script
masterThe recommended way to install gorush is using the official install script, which detects your OS and architecture, downloads the latest version, installs it to ~/.gorush/bin, and adds it to your PATH.
Customization Options:
- Specific Version: Set
VERSION=X.Y.Zbefore running the script. - Custom Directory: Set
INSTALL_DIR=/path/to/dirbefore running the script. - Skip SSL Verification: Set
INSECURE=1(not recommended).