Edit string saying that zsh is required
parent
cc8c217957
commit
6a8e754c5e
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue