From 67c11118ed64c038b5b94c7b98c88fe1e47e11fb Mon Sep 17 00:00:00 2001 From: Lauren Kaviak Date: Fri, 20 Mar 2026 01:05:07 -0500 Subject: [PATCH] update package list --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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