From f35915bfb6a24a602528553407a225d4f8ef9344 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Fri, 26 Apr 2019 15:19:55 +0200 Subject: [PATCH] Update before install --- tforgione.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tforgione.sh b/tforgione.sh index f766441..f684006 100755 --- a/tforgione.sh +++ b/tforgione.sh @@ -72,7 +72,7 @@ install() { install_neovim() { test_command apt if [ $? -eq 0 ]; then - sudo apt install -y software-properties-common + sudo apt update && sudo apt install -y software-properties-common sudo add-apt-repository -y ppa:neovim-ppa/stable sudo apt update -y sudo apt install -y neovim