Skip to content

Commit

Permalink
docs: add note to dashmate mentioning possible permission warning (#373)
Browse files Browse the repository at this point in the history
Handle the same as is done in the Docker install docs: https://docs.docker.com/desktop/install/ubuntu/#install-docker-desktop
  • Loading branch information
thephez authored Aug 12, 2024
1 parent 5f8cd51 commit 2b24e49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/user/masternodes/setup-evonode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,10 @@ Download the dashmate installation package for your CPU architecture from the `G
sudo apt update
sudo apt install ./dashmate_1.0.2.030eb0595-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.0.2.030eb0595-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
4 changes: 4 additions & 0 deletions docs/user/network/dashmate/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ Install dashmate using apt::
sudo apt update
sudo apt install ./dashmate_1.0.2.030eb0595-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.0.2.030eb0595-1_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)``

Node package
^^^^^^^^^^^^

Expand Down

0 comments on commit 2b24e49

Please sign in to comment.