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

Commit

Permalink
Merge pull request #10756 from mati865/master
Browse files Browse the repository at this point in the history
Add support for Ubuntu Artful
  • Loading branch information
bsclifton authored Sep 6, 2017
2 parents 314897b + a019eda commit da33b3f
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 da33b3f

Please sign in to comment.