From dd035512780d168ef17f79a21c11c998af8d9bf3 Mon Sep 17 00:00:00 2001 From: Carlos Aldana Date: Tue, 13 Feb 2024 18:34:45 -0800 Subject: [PATCH] fixes node installagion --- ubuntu-dev.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ubuntu-dev.sh b/ubuntu-dev.sh index 0d667ff..626d35e 100644 --- a/ubuntu-dev.sh +++ b/ubuntu-dev.sh @@ -1,6 +1,12 @@ sudo apt install zig -y -# snap install nvim --classic -sudo apt install npm -y +snap install nvim --classic + +###### Node +curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash +wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash +nvm install node +######## + sudo apt install golang-go -y sudo apt install ripgrep -y sudo apt install ruby -y