mongo + node menu bug fixed
This commit is contained in:
parent
972295233f
commit
b8e2427470
3 changed files with 3 additions and 4 deletions
|
@ -636,14 +636,14 @@ function installJava10Menu () {
|
|||
# install Mongo DB 3 CE (headless)
|
||||
#
|
||||
function installMongo3CE () {
|
||||
installAppsFromList mongodb-org
|
||||
installAppsFromList mongodb
|
||||
}
|
||||
|
||||
#
|
||||
# install Mongo DB 3 CE (Menu)
|
||||
#
|
||||
function installMongo3CEMenu () {
|
||||
installAppsFromListMenu mongodb-org
|
||||
installAppsFromListMenu mongodb
|
||||
}
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue