Skip to content

Commit

Permalink
Merge pull request #357 from itbm/master
Browse files Browse the repository at this point in the history
Change snap to classic confinement
  • Loading branch information
aybabtme authored Dec 7, 2018
2 parents ec3750b + ba139cf commit c85af7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ brew install doctl
You can use [Snap](https://snapcraft.io/) on [Snap-supported](https://snapcraft.io/docs/core/install) systems to install `doctl` with this command:

```
sudo snap install doctl
sudo snap install doctl --classic
```
#### Arch Linux
Arch users not using snaps can install from the [AUR](https://aur.archlinux.org/packages/doctl-bin/).
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: doctl
version: "1.12.0"
summary: A command line tool for DigitalOcean services
description: doctl is a command line tool for DigitalOcean servics using the API.
confinement: strict
confinement: classic

apps:
doctl:
Expand Down

0 comments on commit c85af7a

Please sign in to comment.