Skip to content

Commit

Permalink
[create-pull-request] automated change (dashpay#412)
Browse files Browse the repository at this point in the history
Co-authored-by: thephez <[email protected]>
  • Loading branch information
github-actions[bot] and thephez authored Nov 4, 2024
1 parent 7ea112e commit fd6d125
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/user/masternodes/setup-evonode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,13 +243,13 @@ dashmate dependencies::
Download the dashmate installation package for your CPU architecture from the `GitHub releases page
<https://github.com/dashpay/platform/releases/latest>`__ 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
<dashmate-install>`.
Expand Down
6 changes: 3 additions & 3 deletions docs/user/network/dashmate/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ Debian package
Download the newest dashmate installation package for your architecture from the `GitHub releases
page <https://github.com/dashpay/platform/releases/latest>`__::

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
^^^^^^^^^^^^
Expand Down

0 comments on commit fd6d125

Please sign in to comment.