mirror of
https://github.com/ekzhang/bore.git
synced 2025-01-05 13:09:12 +07:00
5 lines
66 B
Bash
5 lines
66 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -e
|
||
|
rustup default $1
|
||
|
rustup target add $2
|