diff options
-rw-r--r-- | src/cpt-lib | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cpt-lib b/src/cpt-lib index a019dba..e9e3014 100644 --- a/src/cpt-lib +++ b/src/cpt-lib @@ -1501,12 +1501,6 @@ pkg_fetch() { if [ -d .git ]; then - command -v git >/dev/null || { - log "$repo" " " - printf '%s\n' "Git is not installed, skipping." - continue - } - [ "$(git remote 2>/dev/null)" ] || { log "$repo" " " printf '%s\n' "No remote, skipping." |