Skip to content

Commit

Permalink
MongoDB CE 4 + vainfo added (20.04 branch)
Browse files Browse the repository at this point in the history
  • Loading branch information
shakasan committed Oct 31, 2020
1 parent 2fab391 commit 2ba1d57
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
4 changes: 4 additions & 0 deletions menus_functions_ub2004.sh
Expand Up @@ -175,6 +175,7 @@ function showDevInstallMenu () {
"devbase" "dev apps and tools" \
"java11" "OpenJDK Java 11 dev env" \
"javascript" "JavaScript dev env" \
"mongodb" "MongoDB CE 4" \
"php" "PHP dev env" \
"lua" "Lua dev env" \
"ruby" "Ruby dev env" \
Expand Down Expand Up @@ -206,6 +207,9 @@ function showDevInstallMenu () {
"javascript")
installAppsFromListMenu javascript
;;
"mongodb")
installAppsFromListMenu mongodb
;;
"php")
installAppsFromListMenu php
;;
Expand Down
20 changes: 11 additions & 9 deletions repo_functions_ub2004.sh
Expand Up @@ -108,6 +108,7 @@ flacon;apt;multimedia;flacon
simplescreenrecorder;apt;multimedia;simplescreenrecorder
com.ozmartians.VidCutter;flatpak;multimedia;vidcutter
com.orama_interactive.Pixelorama;flatpak;multimedia;pixelorama
vainfo;apt;multimedia;vainfo
syncthing;apt;internet;syncthing
syncthing-gtk;apt;internet;syncthinggtk
insync;apt;internet;insync
Expand Down Expand Up @@ -328,6 +329,7 @@ ionic;npm;javascript;ionic
cordova;npm;javascript;cordova
eslint;npm;javascript;eslint
web-ext;npm;javascript;web-ext
mongodb-org;apt;mongodb;mongodb
openjdk-11-jdk;apt;java11;openjdk-11-jdk
php7.4-cli;apt;php;php7.4-cli
php-pear;apt;php;php-pear
Expand Down Expand Up @@ -372,7 +374,7 @@ linux-generic-hwe-20.04;apt;hwe;linux-generic-hwe-20.04"
#TODO : no focal support yet
#aptik;apt;utilities;aptik
#green-recorder;apt;multimedia;green-recorder
#mongodb-org;apt;mongodb;mongodb


#-----------------------------------------------------------------------------#
# Specific Repo list and functions #
Expand Down Expand Up @@ -464,7 +466,8 @@ avidemux;addRepo_Avidemux
winehq-stable;addRepo_WineHQ
audacity;addRepo_Audacity
ubuntu-make;addRepo_UbuntuMake
chromium-browser;addRepo_ChromiumBrowser"
chromium-browser;addRepo_ChromiumBrowser
mongodb;addRepo_MongoDB_CE"

#TODO : no focal support yet / or not needed yet
#rawtherapee;addRepo_DhorMyWay
Expand All @@ -482,7 +485,6 @@ chromium-browser;addRepo_ChromiumBrowser"
#syncthinggtk;addRepo_SyncthingGtk
#wireshark;addRepo_WireShark
#green-recorder;addRepo_GreenRecorder
#mongodb;addRepo_MongoDB_CE
#flatpak;addRepo_flatpak

#
Expand Down Expand Up @@ -937,13 +939,13 @@ function addRepo_Gyazo () {
}

#
# MongoDB 4 CE #TODO : no focal support yet
# MongoDB 4 CE
#
# function addRepo_MongoDB_CE () {
# addKey "https://www.mongodb.org/static/pgp/server-4.2.asc"
# addRepo "mongodb-org-4.2.list" \
# "deb [ arch=amd64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 multiverse"
# }
function addRepo_MongoDB_CE () {
addKey "https://www.mongodb.org/static/pgp/server-4.4.asc"
addRepo "mongodb-org-4.4.list" \
"deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse"
}

#
# LibreOffice
Expand Down
2 changes: 1 addition & 1 deletion vars.sh
Expand Up @@ -13,7 +13,7 @@
#
# app version number
#
version="0.6.1-b19"
version="0.6.1-b21"

#
# myHomedir is used in full paths to the homedir
Expand Down

0 comments on commit 2ba1d57

Please sign in to comment.