mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
add parity-keyring to install instructions (#1993)
This commit is contained in:
@@ -40,6 +40,9 @@ gpg --export 9D4B2B6EB8F97156D19669A9FF0812D491B96798 > /usr/share/keyrings/pari
|
||||
# Add the Parity repository and update the package index
|
||||
echo 'deb [signed-by=/usr/share/keyrings/parity.gpg] https://releases.parity.io/deb release main' > /etc/apt/sources.list.d/parity.list
|
||||
apt update
|
||||
# Install the `parity-keyring` package - This will ensure the GPG key
|
||||
# used by APT remains up-to-date
|
||||
apt install parity-keyring
|
||||
# Install polkadot
|
||||
apt install polkadot
|
||||
|
||||
|
||||
Reference in New Issue
Block a user