Some try
This commit is contained in:
parent
d0917af265
commit
00ae4bf273
|
@ -72,10 +72,10 @@ install() {
|
||||||
install_neovim() {
|
install_neovim() {
|
||||||
test_command apt
|
test_command apt
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
sudo apt install software-properties-common
|
sudo apt install -y software-properties-common
|
||||||
sudo add-apt-repository ppa:neovim-ppa/stable
|
sudo add-apt-repository -y ppa:neovim-ppa/stable
|
||||||
sudo apt update
|
sudo apt update -y
|
||||||
sudo apt install neovim
|
sudo apt install -y neovim
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue