Skip to content

Commit

Permalink
Silence message about architecture from APT
Browse files Browse the repository at this point in the history
  • Loading branch information
bfairservice-gt committed Jul 13, 2023
1 parent b716ba3 commit d7b58cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ wget -O - https://download.grammatech.com/gtirb/files/apt-repo/conf/apt.gpg.key

Next update your sources.list file.
```sh
echo "deb https://download.grammatech.com/gtirb/files/apt-repo [distribution] [component]"| sudo tee -a /etc/apt/sources.list
echo "deb [arch=amd64] https://download.grammatech.com/gtirb/files/apt-repo [distribution] [component]"| sudo tee -a /etc/apt/sources.list
```
Where:
- `[distribution]` is `focal` (currently, only Ubuntu 20 packages are available)
Expand Down

0 comments on commit d7b58cc

Please sign in to comment.