From 97fc5a01e3530a4f6e22dc90ed48b0d6a7059f6d Mon Sep 17 00:00:00 2001 From: gameloader Date: Wed, 21 Jun 2023 05:14:51 +0000 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a46f416..16ca3d4 100644 --- a/install.sh +++ b/install.sh @@ -21,7 +21,7 @@ elif [[ "$OS" == "debian" ]] || [[ "$OS" == "ubuntu" ]]; then sudo add-apt-repository ppa:neovim-ppa/unstable sudo apt-get update sudo apt-get install -y unzip wget curl gzip tar ruby git cargo npm xclip fzf - sudo apt-get install -y python3 python3-venv python3-pip node neovim + sudo apt-get install -y python3 python3-venv python3-pip nodejs neovim elif [[ "$OS" == "manjaro" ]]; then sudo pacman -Syu --noconfirm sudo pacman -S --noconfirm unzip wget curl gzip tar ruby git cargo npm