Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Add support for Ubuntu Artful
Browse files Browse the repository at this point in the history
Fixes: #10755
  • Loading branch information
mati865 committed Aug 31, 2017
1 parent 1e2c5eb commit a019eda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/linuxInstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Installation instructions for `snapd` [can be found here](https://snapcraft.io/d

    snap install brave --beta

## Debian (jessie) and Ubuntu (Zesty, Yakkety, Xenial, and Trusty) AMD64:
## Debian (jessie) and Ubuntu (Artful, Zesty, Yakkety, Xenial, and Trusty) AMD64:
To install brave using apt and lsb\_release :

```
Expand Down
2 changes: 1 addition & 1 deletion tools/upload_to_aptly
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GPG_KEY=${2:-4A1B4360}
KEY_NAME=keys.asc
KEY_FILE=/tmp/${KEY_NAME}
SNAP_TAG=`date +'%s'`
DIST='zesty yakkety xenial jessie trusty serena stretch'
DIST='artful zesty yakkety xenial jessie trusty serena stretch'

cat <<EOF > $HOME/.aptly.conf
{ "rootDir": "$HOME/.aptly",
Expand Down

0 comments on commit a019eda

Please sign in to comment.