fixed dependency check in deply.sh

This commit is contained in:
Johannes Olzem 2023-08-21 18:17:34 +02:00
parent d43bf9d72f
commit 1e1d12be85
Signed by: jolzem
GPG Key ID: DB5485828E95A447

View File

@ -13,8 +13,8 @@ link() {
[ $# -eq 0 ] && help
#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 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)
for option in "$@"; do
case $option in