Edit string saying that zsh is required

master
Nakidai 2023-10-29 02:48:42 +03:00
parent cc8c217957
commit 6a8e754c5e
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

@ -8,7 +8,7 @@ function showcom()
# Check if necessary things are installed # Check if necessary things are installed
if [ ! command -v git &> /dev/null ]; then if [ ! command -v git &> /dev/null ]; then
echo "This script requires git and zsh" echo "This script requires git"
exit 1 exit 1
fi fi