fixed dependency check in deply.sh

This commit is contained in:
2023-08-21 18:17:34 +02:00
parent d43bf9d72f
commit 1e1d12be85
+2 -2
View File
@@ -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