From fd6d12511c5e61b06633bd5a7c21341bc645f3b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 08:56:56 -0500 Subject: [PATCH] [create-pull-request] automated change (#412) Co-authored-by: thephez <8145677+thephez@users.noreply.github.com> --- docs/user/masternodes/setup-evonode.rst | 6 +++--- docs/user/network/dashmate/index.rst | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/user/masternodes/setup-evonode.rst b/docs/user/masternodes/setup-evonode.rst index 447b92b01..0dfc14224 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.5.0/dashmate_1.5.0.8aa624e3e-1_amd64.deb + wget https://github.com/dashpay/platform/releases/download/v1.5.1/dashmate_1.5.1.8f924cc0a-1_amd64.deb sudo apt update - sudo apt install ./dashmate_1.5.0.8aa624e3e-1_amd64.deb + sudo apt install ./dashmate_1.5.1.8f924cc0a-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.5.0.8aa624e3e-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.5.1.8f924cc0a-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 69d94e039..887b039a2 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.5.0/dashmate_1.5.0.8aa624e3e-1_amd64.deb + wget https://github.com/dashpay/platform/releases/download/v1.5.1/dashmate_1.5.1.8f924cc0a-1_amd64.deb Install dashmate using apt:: sudo apt update - sudo apt install ./dashmate_1.5.0.8aa624e3e-1_amd64.deb + sudo apt install ./dashmate_1.5.1.8f924cc0a-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.5.0.8aa624e3e-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.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)`` Node package ^^^^^^^^^^^^