mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-19 11:42:43 +00:00
7 lines
172 B
Bash
Executable File
7 lines
172 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
echo "rustup sync started"
|
|
/usr/local/cargo/bin/rustup-mirror -u https://mirrors.tuna.tsinghua.edu.cn/rustup -m ${TUNASYNC_WORKING_DIR}
|
|
echo "finished"
|