From 29ad0f7c9f51cf53421e6ee811d393acde5d22df Mon Sep 17 00:00:00 2001 From: Plaza521 Date: Fri, 27 Oct 2023 21:26:29 +0300 Subject: [PATCH] Remove zsh dependency --- install_zsh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_zsh.sh b/install_zsh.sh index 747e87a..bab884c 100644 --- a/install_zsh.sh +++ b/install_zsh.sh @@ -7,7 +7,7 @@ function showcom() } # Check if necessary things are installed -if [ ! command -v git &> /dev/null ] || [ ! command -v zsh &> /dev/null ]; then +if [ ! command -v git &> /dev/null ]; then echo "This script requires git and zsh" exit 1 fi