Use my RTIM fork

This commit is contained in:
Lzu Tao 2019-10-14 00:47:36 +07:00
parent 6693199c0b
commit c56784e2b8
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ cd "$(dirname "$0")" || exit
if ! command -v rustup-toolchain-install-master > /dev/null; then if ! command -v rustup-toolchain-install-master > /dev/null; then
cargo install \ cargo install \
--git https://github.com/kennytm/rustup-toolchain-install-master \ --git https://github.com/lzutao/rustup-toolchain-install-master \
--rev c44dbf920b644000ac3ba01184cbb1a01bb91519 \
--bin rustup-toolchain-install-master \ --bin rustup-toolchain-install-master \
--debug --debug
fi fi