From 6a8e754c5e61cfddf4a3967f4b094bcbe7c6795b Mon Sep 17 00:00:00 2001 From: Nakidai Date: Sun, 29 Oct 2023 02:48:42 +0300 Subject: [PATCH] Edit string saying that zsh is required --- install_zsh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_zsh.sh b/install_zsh.sh index d12ec7f..e07bcbb 100644 --- a/install_zsh.sh +++ b/install_zsh.sh @@ -8,7 +8,7 @@ function showcom() # Check if necessary things are installed if [ ! command -v git &> /dev/null ]; then - echo "This script requires git and zsh" + echo "This script requires git" exit 1 fi