mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Missing install keyword
`apt -y apt-transport-https ca-certificates wget gnupg` changed to `apt -y install apt-transport-https ca-certificates wget gnupg`
This commit is contained in:
@@ -18,7 +18,7 @@ Before you install `rippled`, you must meet the [System Requirements](system-req
|
||||
|
||||
2. Install utilities:
|
||||
|
||||
$ sudo apt -y apt-transport-https ca-certificates wget gnupg
|
||||
$ sudo apt -y install apt-transport-https ca-certificates wget gnupg
|
||||
|
||||
3. Add Ripple's package-signing GPG key to your list of trusted keys:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user