mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +00:00
mongodb: Fix bin (#1633)
This commit is contained in:
parent
c017a03d57
commit
9badca8d7a
@ -34,21 +34,13 @@
|
|||||||
"}"
|
"}"
|
||||||
],
|
],
|
||||||
"bin": [
|
"bin": [
|
||||||
"bin\\bsondump.exe",
|
|
||||||
"bin\\mongo.exe",
|
"bin\\mongo.exe",
|
||||||
[
|
[
|
||||||
"bin\\mongod.exe",
|
"bin\\mongod.exe",
|
||||||
"mongod",
|
"mongod",
|
||||||
"--config \"$dir\\bin\\mongod.cfg\""
|
"--config \"$dir\\bin\\mongod.cfg\""
|
||||||
],
|
],
|
||||||
"bin\\mongodump.exe",
|
"bin\\mongos.exe"
|
||||||
"bin\\mongoexport.exe",
|
|
||||||
"bin\\mongofiles.exe",
|
|
||||||
"bin\\mongoimport.exe",
|
|
||||||
"bin\\mongorestore.exe",
|
|
||||||
"bin\\mongos.exe",
|
|
||||||
"bin\\mongostat.exe",
|
|
||||||
"bin\\mongotop.exe"
|
|
||||||
],
|
],
|
||||||
"persist": [
|
"persist": [
|
||||||
"bin\\mongod.cfg",
|
"bin\\mongod.cfg",
|
||||||
@ -56,8 +48,8 @@
|
|||||||
"log"
|
"log"
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://www.mongodb.com/download-center/community/releases",
|
"url": "http://downloads.mongodb.org.s3.amazonaws.com/current.json",
|
||||||
"regex": "<h3>([\\d.]+)</h3"
|
"jsonpath": "$.versions[0].version"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user