Merge pull request #529 from alloyxrp/patch-1

Delete downloaded RPM after installation on Ubuntu
This commit is contained in:
Rome Reginelli
2019-03-22 15:25:06 -07:00
committed by GitHub

View File

@@ -27,3 +27,9 @@ To update manually, complete the following steps:
6. Restart the `rippled` service:
$ sudo service rippled restart
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.)