or
This commit is contained in:
+1
-1
@@ -205,7 +205,7 @@ configure_shell() {
|
|||||||
test_command zsh
|
test_command zsh
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
if [ $sudo_available -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
|
return 1
|
||||||
else
|
else
|
||||||
yes_no_ask_required "this magnificent prompt is based on zsh, do you wish to install zsh ?"
|
yes_no_ask_required "this magnificent prompt is based on zsh, do you wish to install zsh ?"
|
||||||
|
|||||||
Reference in New Issue
Block a user