Skip to content

Commit

Permalink
Update some incorrect apt repo references
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Beck-Buysse <[email protected]>
  • Loading branch information
rbuysse committed Jun 13, 2017
1 parent 006be02 commit 6e0f037
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/app_developers_guide/ubuntu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Run the following commands from a terminal window, as root or with `sudo`:

.. code-block:: console
$ echo 'deb http://repo.sawtooth.me/ubuntu/nightly xenial universe' | sudo tee --append /etc/apt/sources.list
$ apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 44FC67F19B2466EA
$ echo 'deb http://repo.sawtooth.me/ubuntu/0.8/stable xenial universe' | sudo tee --append /etc/apt/sources.list
$ apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 8AA7AF1F1091A5FD
$ apt-get update && apt-get install -y sawtooth
Expand Down
4 changes: 2 additions & 2 deletions tools/bootstrap.d/20-package-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
set -e

if [ -f /etc/debian_version ]; then
echo "deb http://repo.sawtooth.me/ubuntu/nightly xenial universe" >> /etc/apt/sources.list
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 44FC67F19B2466EA
echo "deb http://repo.sawtooth.me/ubuntu/ci xenial universe" >> /etc/apt/sources.list
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 8AA7AF1F1091A5FD
apt-get update -y
elif [ -f /etc/redhat-release ]; then
yum upgrade -y
Expand Down

0 comments on commit 6e0f037

Please sign in to comment.