update package list
All checks were successful
Continuous Releases / build (push) Successful in 3m20s
All checks were successful
Continuous Releases / build (push) Successful in 3m20s
This commit is contained in:
2
setup.sh
2
setup.sh
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
apt install -y mingw-w64 curl
|
apt install -y mingw-w64 curl nodejs
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
export PATH=$PATH:/root/.cargo/bin
|
export PATH=$PATH:/root/.cargo/bin
|
||||||
rustup toolchain install stable
|
rustup toolchain install stable
|
||||||
|
|||||||
Reference in New Issue
Block a user