From 06be3236e3b4d7cdd01800a4d6fee14588e2f9fe Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Fri, 31 Jan 2020 14:39:42 +0100 Subject: [PATCH] or --- tforgione.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tforgione.sh b/tforgione.sh index 74b5e2c..26313f3 100755 --- a/tforgione.sh +++ b/tforgione.sh @@ -143,7 +143,7 @@ clone_dotfiles() { test_command git if [ $? -ne 0 ]; then if [ $sudo_available -ne 0 ]; then - error "git is needed, but you don't have git neither sudo" + error "git is needed, but you don't have git or sudo" return 1 else yes_no_ask_required "you'll need git for this, do you wish to install git ?" @@ -267,7 +267,7 @@ configure_shell() { configure_neovim() { test_command nvim if [ $? -ne 0 ] && [ $sudo_available -ne 0 ]; then - warn "you don't have neither sudo nor neovim, skipping neovim configuration" + warn "you don't have sudo or neovim, skipping neovim configuration" return fi