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 <pratikc@live.co.uk>

Co-authored-by: David Wettstein <dwettstein@gmail.com>
Co-authored-by: Pratik Chowdhury <pratikc@live.co.uk>
This commit is contained in:
Garett PHG 2021-10-04 23:23:02 +07:00 committed by GitHub
parent 233dd621f8
commit cf80e1e370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",