Skip to content

Commit

Permalink
Update install-in-ubuntu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyali authored Jun 24, 2020
1 parent d4c9dca commit 40d0079
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install-in-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ sudo add-apt-repository ppa:neovim-ppa/stable
sudo apt update -y
sudo apt install -y neovim
sudo apt install -y python-dev python-pip python3-dev python3-pip
sudo apt install -y git # for clone
sudo apt autoremove -y

git clone https://github.com/hiyali/nvim $CONF_DIR
Expand Down

0 comments on commit 40d0079

Please sign in to comment.