Update install.sh
This commit is contained in:
parent
1c353c9247
commit
97fc5a01e3
@ -21,7 +21,7 @@ elif [[ "$OS" == "debian" ]] || [[ "$OS" == "ubuntu" ]]; then
|
|||||||
sudo add-apt-repository ppa:neovim-ppa/unstable
|
sudo add-apt-repository ppa:neovim-ppa/unstable
|
||||||
sudo apt-get update
|
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 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
|
elif [[ "$OS" == "manjaro" ]]; then
|
||||||
sudo pacman -Syu --noconfirm
|
sudo pacman -Syu --noconfirm
|
||||||
sudo pacman -S --noconfirm unzip wget curl gzip tar ruby git cargo npm
|
sudo pacman -S --noconfirm unzip wget curl gzip tar ruby git cargo npm
|
||||||
|
Loading…
Reference in New Issue
Block a user