Manual Ubuntu upgrade - Clarify instructions

Provides a little more context around deleting the package file
This commit is contained in:
Rome Reginelli
2019-03-22 15:23:49 -07:00
committed by GitHub
parent b24fe9ccd4
commit 133a05bf7d

View File

@@ -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.)