mirror of
https://github.com/Snowy-Fluffy/zapret.installer.git
synced 2025-12-12 03:53:03 +03:00
bug fix
This commit is contained in:
@@ -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 вручную"
|
||||
|
||||
Reference in New Issue
Block a user