This commit is contained in:
parent
06be3236e3
commit
ede0164958
|
@ -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 ?"
|
||||
|
|
Loading…
Reference in New Issue