From 2836da101b3dda768ff4a9cf36b5ca855c31150c Mon Sep 17 00:00:00 2001 From: Snowy-Fluffy Date: Tue, 25 Mar 2025 15:58:41 +0300 Subject: [PATCH] bug fix --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 8968025..5adc13b 100755 --- a/installer.sh +++ b/installer.sh @@ -2,7 +2,7 @@ set -e -if command -v git &> /dev/null; then +if command -v git > /dev/null 2>&1; then echo "" else echo "Команда git не найдена. Установите пакет git вручную"