diff --git a/source/includes/steps-install-mongodb-enterprise-on-ubuntu.yaml b/source/includes/steps-install-mongodb-enterprise-on-ubuntu.yaml index 9e17036e968..0f3b03665b2 100644 --- a/source/includes/steps-install-mongodb-enterprise-on-ubuntu.yaml +++ b/source/includes/steps-install-mongodb-enterprise-on-ubuntu.yaml @@ -9,10 +9,10 @@ stepnum: 2 ref: sources-list action: - pre: | - Create the list file using the following command: + Create the list file using the following command, replacing ``trusty`` with ``precise`` if you are using Ubuntu 12.04 LTS Precise Pangolin: language: sh code: | - echo 'deb http://repo.mongodb.com/apt/ubuntu precise/mongodb-enterprise/stable multiverse' | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list + echo 'deb http://repo.mongodb.com/apt/ubuntu trusty/mongodb-enterprise/stable multiverse' | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list - pre: | If you'd like to install MongoDB Enterprise packages from a particular :ref:`release series `, such as @@ -21,7 +21,8 @@ action: release series, add the following repository: language: sh code: | - echo 'deb http://repo.mongodb.com/apt/ubuntu precise/mongodb-enterprise/2.6 multiverse' | sudo tee /etc/apt/sources.list.d/mongodb-enterprise-2.6.list + echo 'deb http://repo.mongodb.com/apt/ubuntu trusty/mongodb-enterprise/2.6 multiverse' | sudo tee /etc/apt/sources.list.d/mongodb-enterprise-2.6.list + - pre: | --- stepnum: 3 source: diff --git a/source/tutorial/install-mongodb-enterprise-on-ubuntu.txt b/source/tutorial/install-mongodb-enterprise-on-ubuntu.txt index a0daa099273..99bc7eb4934 100644 --- a/source/tutorial/install-mongodb-enterprise-on-ubuntu.txt +++ b/source/tutorial/install-mongodb-enterprise-on-ubuntu.txt @@ -16,7 +16,7 @@ Considerations -------------- MongoDB only provides Enterprise packages for Ubuntu -12.04 LTS (Precise Pangolin). +12.04 LTS (Precise Pangolin) and 14.04 LTS (Trusty Tahr). .. include:: /includes/note-package-change.rst