Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dashmate links to latest version #53

Open
wants to merge 1 commit into
base: 22.0.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.7.1/dashmate_1.7.1.fc7d994b8-1_amd64.deb
wget https://github.com/dashpay/platform/releases/download/v1.8.0/dashmate_1.8.0.e4e156c86-1_amd64.deb
sudo apt update
sudo apt install ./dashmate_1.7.1.fc7d994b8-1_amd64.deb
sudo apt install ./dashmate_1.8.0.e4e156c86-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.7.1.fc7d994b8-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.8.0.e4e156c86-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.7.1/dashmate_1.7.1.fc7d994b8-1_amd64.deb
wget https://github.com/dashpay/platform/releases/download/v1.8.0/dashmate_1.8.0.e4e156c86-1_amd64.deb

Install dashmate using apt::

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

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