mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 20:25:51 +00:00
[FIX] Use sudo for installation
Removes redundant install command
This commit is contained in:
@@ -97,12 +97,12 @@ This section assumes that you are using Red Hat Enterprise Linux 7.
|
|||||||
|
|
||||||
1. Install the Ripple rpm repository:
|
1. Install the Ripple rpm repository:
|
||||||
|
|
||||||
$ rpm -Uvh http://mirrors.ripple.com/ripple-repo-el7.rpm
|
$ sudo rpm -Uvh http://mirrors.ripple.com/ripple-repo-el7.rpm
|
||||||
$ yum install --enablerepo=ripple-stable rippled
|
$ sudo yum install --enablerepo=ripple-stable rippled
|
||||||
|
|
||||||
2. Install the `rippled` package:
|
2. Start the `rippled` service:
|
||||||
|
|
||||||
$ yum install rippled
|
$ sudo service rippled start
|
||||||
|
|
||||||
## Installation on Ubuntu with apt ##
|
## Installation on Ubuntu with apt ##
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user