Skip to content

Commit

Permalink
snap: Document removable media access
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring authored Jun 26, 2023
1 parent dbd08f5 commit 3fc7744
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions content/en/installation/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ This will install the extended edition of Hugo:
sudo snap install hugo
```

To enable access to removable media:

```sh
sudo snap connect hugo:removable-media
```

To revoke access to removable media:

```sh
sudo snap disconnect hugo:removable-media
```

[most distributions]: https://snapcraft.io/docs/installing-snapd
[strictly confined]: https://snapcraft.io/docs/snap-confinement
[Snap]: https://snapcraft.io/
Expand Down

0 comments on commit 3fc7744

Please sign in to comment.