Update update.sh
This commit is contained in:
parent
214d395c49
commit
b2c5080282
@ -30,6 +30,7 @@ sudo udevadm trigger
|
|||||||
|
|
||||||
# Install neovim
|
# Install neovim
|
||||||
printf -- '\033[33m Installing neovim\n\033[37m'
|
printf -- '\033[33m Installing neovim\n\033[37m'
|
||||||
|
sudo apt -y purge --auto-remove neovim
|
||||||
cd ~
|
cd ~
|
||||||
if [ -d ~/neovim ]; then rm -rf ~/neovim; fi
|
if [ -d ~/neovim ]; then rm -rf ~/neovim; fi
|
||||||
git clone https://github.com/neovim/neovim
|
git clone https://github.com/neovim/neovim
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user