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