From 133a05bf7d91f348b695f2e6ba5043e55ed0580c Mon Sep 17 00:00:00 2001 From: Rome Reginelli Date: Fri, 22 Mar 2019 15:23:49 -0700 Subject: [PATCH] Manual Ubuntu upgrade - Clarify instructions Provides a little more context around deleting the package file --- .../installation/update-rippled-manually-on-ubuntu.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/tutorials/manage-the-rippled-server/installation/update-rippled-manually-on-ubuntu.md b/content/tutorials/manage-the-rippled-server/installation/update-rippled-manually-on-ubuntu.md index 1be2f1715c..cf12160fce 100644 --- a/content/tutorials/manage-the-rippled-server/installation/update-rippled-manually-on-ubuntu.md +++ b/content/tutorials/manage-the-rippled-server/installation/update-rippled-manually-on-ubuntu.md @@ -28,6 +28,8 @@ To update manually, complete the following steps: $ sudo service rippled restart -7. Remove the downloaded `rippled` package +7. Delete the downloaded `rippled` package file: $ rm rippled*.rpm + + (This does not affect the installation, but prevents later updates from trying to re-install the old version.)