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