From cf80e1e370c6862535e72650e1868ed759a74dff Mon Sep 17 00:00:00 2001 From: Garett PHG Date: Mon, 4 Oct 2021 23:23:02 +0700 Subject: [PATCH] legit: Change Git depends to suggest (#2562) * Updated "git" as depends on legit into suggest Resolves #1247 "Depends" installs the mentioned manifest. This could be trouble some for other that had get `git` installet out of scoop or other variants such as `mingit`. * Update bucket/legit.json Co-authored-by: Pratik Chowdhury Co-authored-by: David Wettstein Co-authored-by: Pratik Chowdhury --- bucket/legit.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bucket/legit.json b/bucket/legit.json index ae56a66d1b..12b7392ffd 100644 --- a/bucket/legit.json +++ b/bucket/legit.json @@ -6,7 +6,12 @@ "identifier": "Freeware", "url": "https://github.com/frostming/legit/blob/master/LICENSE" }, - "depends": "git", + "suggest": { + "git": [ + "git", + "git-with-openssh" + ] + }, "url": "https://github.com/frostming/legit/releases/download/1.2.0/legit.exe", "hash": "2c4aa8a777141cad9171a7aec9b91d6570443644f7ca040903773620074d361b", "post_install": "'y' | legit --install | Out-Null",