diff --git a/docs/user/masternodes/setup-evonode.rst b/docs/user/masternodes/setup-evonode.rst index ba6d0edb3..d1932661b 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/v1.6.1/dashmate_1.6.1.1d4c3b418-1_amd64.deb + wget https://github.com/dashpay/platform/releases/download/v1.6.2/dashmate_1.6.2.afe982a10-1_amd64.deb sudo apt update - sudo apt install ./dashmate_1.6.1.1d4c3b418-1_amd64.deb + sudo apt install ./dashmate_1.6.2.afe982a10-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_1.6.1.1d4c3b418-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_1.6.2.afe982a10-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 f8decd0d0..3bed0c4c7 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/v1.6.1/dashmate_1.6.1.1d4c3b418-1_amd64.deb + wget https://github.com/dashpay/platform/releases/download/v1.6.2/dashmate_1.6.2.afe982a10-1_amd64.deb Install dashmate using apt:: sudo apt update - sudo apt install ./dashmate_1.6.1.1d4c3b418-1_amd64.deb + sudo apt install ./dashmate_1.6.2.afe982a10-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_1.6.1.1d4c3b418-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_1.6.2.afe982a10-1_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)`` Node package ^^^^^^^^^^^^