diff --git a/docs/linuxInstall.md b/docs/linuxInstall.md index 9579afa42ea..54a05608dd8 100644 --- a/docs/linuxInstall.md +++ b/docs/linuxInstall.md @@ -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 : ``` diff --git a/tools/upload_to_aptly b/tools/upload_to_aptly index e0ac4028691..cc2285e680d 100755 --- a/tools/upload_to_aptly +++ b/tools/upload_to_aptly @@ -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 < $HOME/.aptly.conf { "rootDir": "$HOME/.aptly",