You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/01/15 18:49:23 UTC

[GitHub] aditihilbert closed pull request #369: Added architecture to sources.list entry

aditihilbert closed pull request #369: Added architecture to sources.list entry
URL: https://github.com/apache/mynewt-site/pull/369
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/newt/install/newt_linux.md b/docs/newt/install/newt_linux.md
index e4895f3249..4e7783ad94 100644
--- a/docs/newt/install/newt_linux.md
+++ b/docs/newt/install/newt_linux.md
@@ -46,7 +46,7 @@ Add the repository for the binary and source packages to the `mynewt.list` apt s
 
 ```no-highlight
 $ sudo tee /etc/apt/sources.list.d/mynewt.list <<EOF
-deb https://raw.githubusercontent.com/runtimeco/debian-mynewt/master latest main
+deb [arch=amd64] https://raw.githubusercontent.com/runtimeco/debian-mynewt/master latest main
 EOF
 ```
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services