Snap now autoconnects most interfaces

This commit is contained in:
kz6fittycent 2022-01-28 17:28:55 -06:00 committed by GitHub
parent 3a4dbc3d2e
commit 9adaa8fa1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 8 deletions

View File

@ -293,16 +293,15 @@ Also needs a UTF8 locale and a font that covers:
```bash
sudo snap install btop
```
* **Connect the interfaces**
* **Install the latest snap from the edge channel**
```
sudo snap install btop --edge
```
* **Connect the interface**
```bash
sudo snap connect btop:system-observe
sudo snap connect btop:physical-memory-observe
sudo snap connect btop:mount-observe
sudo snap connect btop:hardware-observe
sudo snap connect btop:network-observe
sudo snap connect btop:process-control
sudo snap connect btop:removable-media
```