<!-- Please answer these questions before you submit the desired feature. --> #### 1. Your usage scenarios? - Currently, https://github.com/version-fox/vfox/blob/v1.0.11/install.sh does not support configuring a mirror download source. Even when downloading the shell script from a mirror site like https://gitee.com/mirrors/VersionFox/blob/main/install.sh by running `curl -sSL https://raw.giteeusercontent.com/mirrors/VersionFox/raw/main/install.sh | bash`, the files for https://github.com/version-fox/vfox/releases/download/v1.0.11/vfox_1.0.11_linux_x86_64.tar.gz will still be downloaded from `github.com`. #### 2. What is your expected outcome? - Add mirror download parameters to `install.sh`. This sounds like, ```bash curl -sSL https://raw.githubusercontent.com/version-fox/vfox/main/install.sh | bash -s -- --vfox-installer-github-base-url="https://gh-proxy.org/https://github.com/version-fox/vfox/releases/download" ``` - Clearly, https://gh-proxy.org/https://github.com/version-fox/vfox/releases/download/v1.0.11/vfox_1.0.11_linux_x86_64.tar.gz is equivalent to https://github.com/version-fox/vfox/releases/download/v1.0.11/vfox_1.0.11_linux_x86_64.tar.gz .
1. Your usage scenarios?
curl -sSL https://raw.giteeusercontent.com/mirrors/VersionFox/raw/main/install.sh | bash, the files for https://github.com/version-fox/vfox/releases/download/v1.0.11/vfox_1.0.11_linux_x86_64.tar.gz will still be downloaded fromgithub.com.2. What is your expected outcome?
install.sh. This sounds like,