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:
Alloy Networks
2019-07-25 15:35:07 +03:00
committed by GitHub
parent 9c46187253
commit 9f2749a59c

View File

@@ -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: