Skip to content

Commit

Permalink
chore: update dashmate download links for v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thephez committed Aug 26, 2024
1 parent d0d4d5c commit 6c3f0ad
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.1.0/dashmate_1.1.0.483a9c5ba-1_amd64.deb
wget https://github.com/dashpay/platform/releases/download/v1.1.1/dashmate_1.1.1.0fec811fb-1_amd64.deb
sudo apt update
sudo apt install ./dashmate_1.1.0.483a9c5ba-1_amd64.deb
sudo apt install ./dashmate_1.1.1.0fec811fb-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.1.0.483a9c5ba-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.1.1.0fec811fb-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.1.0/dashmate_1.1.0.483a9c5ba-1_amd64.deb
wget https://github.com/dashpay/platform/releases/download/v1.1.1/dashmate_1.1.1.0fec811fb-1_amd64.deb

Install dashmate using apt::

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

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

0 comments on commit 6c3f0ad

Please sign in to comment.