Skip to content

Commit

Permalink
[create-pull-request] automated change (dashpay#395)
Browse files Browse the repository at this point in the history
Co-authored-by: thephez <8145677+thephez@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and thephez authored Sep 19, 2024
1 parent e8c6319 commit 9ee8f2f
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.2.0/dashmate_1.2.0.b4255f50f-1_amd64.deb
wget https://github.com/dashpay/platform/releases/download/v1.3.0/dashmate_1.3.0.69a350b9b-1_amd64.deb
sudo apt update
sudo apt install ./dashmate_1.2.0.b4255f50f-1_amd64.deb
sudo apt install ./dashmate_1.3.0.69a350b9b-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.2.0.b4255f50f-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.3.0.69a350b9b-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.2.0/dashmate_1.2.0.b4255f50f-1_amd64.deb
wget https://github.com/dashpay/platform/releases/download/v1.3.0/dashmate_1.3.0.69a350b9b-1_amd64.deb

Install dashmate using apt::

sudo apt update
sudo apt install ./dashmate_1.2.0.b4255f50f-1_amd64.deb
sudo apt install ./dashmate_1.3.0.69a350b9b-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.2.0.b4255f50f-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.3.0.69a350b9b-1_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)``

Node package
^^^^^^^^^^^^
Expand Down

0 comments on commit 9ee8f2f

Please sign in to comment.