This commit is contained in:
Snowy-Fluffy
2025-03-25 15:58:41 +03:00
parent 2732456a19
commit 2836da101b

View File

@@ -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 вручную"