diff --git a/script/install b/script/install index 64d98a8..8ab7b27 100644 --- a/script/install +++ b/script/install @@ -40,7 +40,7 @@ echo ' ' path_repo="$path_komrade/code" -if ! command -v git &> /dev/null +if command -v git &> /dev/null then if [ -d "$path_repo" ] then