Remove zsh dependency

master
Plaza521 2023-10-27 21:26:29 +03:00
parent b44cb1b970
commit 29ad0f7c9f
Signed by untrusted user who does not match committer: nakidai
GPG Key ID: 914675D395210A97
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ function showcom()
} }
# Check if necessary things are installed # 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" echo "This script requires git and zsh"
exit 1 exit 1
fi fi