mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 20:50:22 +03:00
add the mount-observe plug to the snap (#4853)
This commit is contained in:
@@ -30,9 +30,9 @@ minio server ~/Photos
|
||||
If you previously installed minio using `brew install minio` then reinstall minio from `minio/stable/minio` official repo. Homebrew builds are unstable due to golang 1.8 bugs.
|
||||
|
||||
```
|
||||
brew uninstall minio
|
||||
brew uninstall minio
|
||||
brew install minio/stable/minio
|
||||
```
|
||||
```
|
||||
|
||||
### Binary Download
|
||||
| Platform| Architecture | URL|
|
||||
@@ -62,6 +62,12 @@ sudo snap install minio --edge
|
||||
|
||||
Every time a new version of `minio` is pushed to the store, you will get it updated automatically.
|
||||
|
||||
You will need to allow the minio snap to observe mounts in the system:
|
||||
|
||||
```sh
|
||||
sudo snap connect minio:mount-observe
|
||||
```
|
||||
|
||||
## Microsoft Windows
|
||||
### Binary Download
|
||||
| Platform| Architecture | URL|
|
||||
|
||||
Reference in New Issue
Block a user