fixed dependency check in deply.sh
This commit is contained in:
parent
d43bf9d72f
commit
1e1d12be85
@ -13,8 +13,8 @@ link() {
|
|||||||
|
|
||||||
[ $# -eq 0 ] && help
|
[ $# -eq 0 ] && help
|
||||||
|
|
||||||
#command -v git >/dev/null || echo "Install git to run this script" && exit 1
|
command -v git >/dev/null || (echo "Install git to run this script" && exit 1)
|
||||||
#command -v curl >/dev/null || echo "Install curl to run this script" && exit 1
|
command -v curl >/dev/null || (echo "Install curl to run this script" && exit 1)
|
||||||
|
|
||||||
for option in "$@"; do
|
for option in "$@"; do
|
||||||
case $option in
|
case $option in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user