Remove zsh dependency
parent
b44cb1b970
commit
29ad0f7c9f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue