diff options
-rw-r--r-- | bat.spec | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -16,4 +16,6 @@ A cat(1) clone with syntax highlighting and Git integration. %autosetup %install -cargo install --registry "https://rsproxy.cn/crates.io-index" --locked bat +export RUSTUP_DIST_SERVER="https://rsproxy.cn" +export RUSTUP_UPDATE_ROOT="https://rsproxy.cn/rustup" +cargo install --locked bat |