mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
Merge commit '87de22d7464e239c775fbd48ebce1665d5b1e80d'
This commit is contained in:
@@ -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/
|
||||
|
Reference in New Issue
Block a user