diff --git a/docs/user/masternodes/setup-evonode.rst b/docs/user/masternodes/setup-evonode.rst index 2187986fa..6b26be498 100644 --- a/docs/user/masternodes/setup-evonode.rst +++ b/docs/user/masternodes/setup-evonode.rst @@ -243,13 +243,13 @@ dashmate dependencies:: Download the dashmate installation package for your CPU architecture from the `GitHub releases page `__ and install it using apt:: - wget https://github.com/dashpay/platform/releases/download/v2.0.1/dashmate_2.0.1.5f93c7072-1_amd64.deb + wget https://github.com/dashpay/platform/releases/download/v2.1.2/dashmate_2.1.2.f49390fb4-1_amd64.deb sudo apt update - sudo apt install ./dashmate_2.0.1.5f93c7072-1_amd64.deb + sudo apt install ./dashmate_2.1.2.f49390fb4-1_amd64.deb .. note:: At the end of the installation process, ``apt`` may display an error due to installing a downloaded package. You can ignore this error message: - ``N: Download is performed unsandboxed as root as file '/home/ubuntu/dashmate_2.0.1.5f93c7072-1_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)`` + ``N: Download is performed unsandboxed as root as file '/home/ubuntu/dashmate_2.1.2.f49390fb4-1_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)`` Alternative installation options are available on the :hoverxref:`dashmate page `. diff --git a/docs/user/network/dashmate/index.rst b/docs/user/network/dashmate/index.rst index f056dfe5a..d9f58ff7d 100644 --- a/docs/user/network/dashmate/index.rst +++ b/docs/user/network/dashmate/index.rst @@ -53,16 +53,16 @@ Debian package Download the newest dashmate installation package for your architecture from the `GitHub releases page `__:: - wget https://github.com/dashpay/platform/releases/download/v2.0.1/dashmate_2.0.1.5f93c7072-1_amd64.deb + wget https://github.com/dashpay/platform/releases/download/v2.1.2/dashmate_2.1.2.f49390fb4-1_amd64.deb Install dashmate using apt:: sudo apt update - sudo apt install ./dashmate_2.0.1.5f93c7072-1_amd64.deb + sudo apt install ./dashmate_2.1.2.f49390fb4-1_amd64.deb .. note:: At the end of the installation process, ``apt`` may display an error due to installing a downloaded package. You can ignore this error message: - ``N: Download is performed unsandboxed as root as file '/home/ubuntu/dashmate_2.0.1.5f93c7072-1_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)`` + ``N: Download is performed unsandboxed as root as file '/home/ubuntu/dashmate_2.1.2.f49390fb4-1_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)`` Node package ^^^^^^^^^^^^