diff --git a/setup.sh b/setup.sh index a141d1a..c275197 100644 --- a/setup.sh +++ b/setup.sh @@ -1,5 +1,5 @@ #!/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 export PATH=$PATH:/root/.cargo/bin rustup toolchain install stable