This commit is contained in:
8
setup.sh
Normal file
8
setup.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
apt install -y mingw-w64 curl
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
export PATH=$PATH:/root/.cargo/bin
|
||||
rustup toolchain install stable
|
||||
rustup target add x86_64-pc-windows-gnu
|
||||
rustup target add aarch64-apple-darwin
|
||||
rustup target add x86_64-unknown-linux-gnu
|
||||
Reference in New Issue
Block a user