mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
update mongo db
repo to one with arm support
This commit is contained in:
parent
0cf4fb775f
commit
997f114232
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ MONGO_DEBIAN_DEPENDENCIES="mongodb mongodb-server mongo-tools"
|
||||||
MONGO_CE_DEPENDENCIES="mongodb-org mongodb-org-server mongodb-org-tools"
|
MONGO_CE_DEPENDENCIES="mongodb-org mongodb-org-server mongodb-org-tools"
|
||||||
MONGO_DEBIAN_CONFIG="/etc/mongodb.conf"
|
MONGO_DEBIAN_CONFIG="/etc/mongodb.conf"
|
||||||
MONGO_CE_CONFIG="/etc/mongod.conf"
|
MONGO_CE_CONFIG="/etc/mongod.conf"
|
||||||
MONGO_CE_REPO="deb http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 main"
|
MONGO_CE_REPO="deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse"
|
||||||
MONGO_CE_KEY="https://www.mongodb.org/static/pgp/server-4.4.asc"
|
MONGO_CE_KEY="https://www.mongodb.org/static/pgp/server-4.4.asc"
|
||||||
|
|
||||||
# Execute a mongo command
|
# Execute a mongo command
|
||||||
|
|
Loading…
Add table
Reference in a new issue