This commit is contained in:
Thomas Forgione 2020-01-31 14:43:47 +01:00
parent 06be3236e3
commit ede0164958
1 changed files with 1 additions and 1 deletions

View File

@ -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 ?"