From ede016495825d6f8cf7a4924e5f4adbc1331b841 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Fri, 31 Jan 2020 14:43:47 +0100 Subject: [PATCH] or --- tforgione.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tforgione.sh b/tforgione.sh index 26313f3..9087e9e 100755 --- a/tforgione.sh +++ b/tforgione.sh @@ -205,7 +205,7 @@ configure_shell() { test_command zsh if [ $? -ne 0 ]; then if [ $sudo_available -ne 0 ]; then - error "zsh is needed, but you don't have zsh neither sudo" + error "zsh is needed, but you don't have zsh or sudo" return 1 else yes_no_ask_required "this magnificent prompt is based on zsh, do you wish to install zsh ?"