From 5c588410b5b3a78af77b7af0813b720d6bb48de3 Mon Sep 17 00:00:00 2001 From: Rome Reginelli Date: Tue, 23 Jun 2020 10:29:05 -0700 Subject: [PATCH 1/2] Update install for latest distro releases Default to Focal Fossa, list our other supported releases --- .../installation/install-rippled-on-ubuntu.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/content/tutorials/manage-the-rippled-server/installation/install-rippled-on-ubuntu.md b/content/tutorials/manage-the-rippled-server/installation/install-rippled-on-ubuntu.md index 2b02b37f18..63e1d66813 100644 --- a/content/tutorials/manage-the-rippled-server/installation/install-rippled-on-ubuntu.md +++ b/content/tutorials/manage-the-rippled-server/installation/install-rippled-on-ubuntu.md @@ -1,6 +1,6 @@ # Install on Ubuntu or Debian Linux -This page describes the recommended instructions for installing the latest stable version of `rippled` on **Ubuntu Linux 16.04 or higher** or **Debian 9 (Stretch)**, using the [`apt`](https://help.ubuntu.com/lts/serverguide/apt.html) utility. +This page describes the recommended instructions for installing the latest stable version of `rippled` on **Ubuntu Linux 16.04 or higher** or **Debian 9 or higher**, using the [`apt`](https://help.ubuntu.com/lts/serverguide/apt.html) utility. These instructions install a binary that has been compiled by Ripple. @@ -40,13 +40,16 @@ Before you install `rippled`, you must meet the [System Requirements](system-req 4. Add the appropriate Ripple repository for your operating system version: - $ echo "deb https://repos.ripple.com/repos/rippled-deb bionic stable" | \ + $ echo "deb https://repos.ripple.com/repos/rippled-deb focal stable" | \ sudo tee -a /etc/apt/sources.list.d/ripple.list - The above example is appropriate for **Ubuntu 18.04 Bionic Beaver**. For other operating systems, replace the word `bionic` with one of the following: + The above example is appropriate for **Ubuntu 20.04 Focal Fossa**. For other operating systems, replace the word `focal` with one of the following: + - `disco` for **Ubuntu 19.04 Disco Dingo** + - `bionic` for **Ubuntu 18.04 Bionic Beaver** - `xenial` for **Ubuntu 16.04 Xenial Xerus** - `stretch` for **Debian 9 Stretch** + - `buster` for **Debian 10 Buster** If you want access to development or pre-release versions of `rippled`, use one of the following instead of `stable`: From abc373409d8f1c32c700050182229db25615e2f9 Mon Sep 17 00:00:00 2001 From: Rome Reginelli Date: Tue, 23 Jun 2020 11:32:41 -0700 Subject: [PATCH 2/2] Ubuntu Install: Remove Disco Dingo (EOL) --- .../installation/install-rippled-on-ubuntu.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/tutorials/manage-the-rippled-server/installation/install-rippled-on-ubuntu.md b/content/tutorials/manage-the-rippled-server/installation/install-rippled-on-ubuntu.md index 63e1d66813..47cfb29e14 100644 --- a/content/tutorials/manage-the-rippled-server/installation/install-rippled-on-ubuntu.md +++ b/content/tutorials/manage-the-rippled-server/installation/install-rippled-on-ubuntu.md @@ -45,7 +45,6 @@ Before you install `rippled`, you must meet the [System Requirements](system-req The above example is appropriate for **Ubuntu 20.04 Focal Fossa**. For other operating systems, replace the word `focal` with one of the following: - - `disco` for **Ubuntu 19.04 Disco Dingo** - `bionic` for **Ubuntu 18.04 Bionic Beaver** - `xenial` for **Ubuntu 16.04 Xenial Xerus** - `stretch` for **Debian 9 Stretch**