Update install.sh

This commit is contained in:
gameloader 2023-06-21 05:14:51 +00:00
parent 1c353c9247
commit 97fc5a01e3

View File

@ -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