mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-16 15:56:33 +00:00
docs(README): add debian repository in one line (#1649)
For convenience, create the apt source file and add the repository in one line. Signed-off-by: Lucas Magasweran <lucas.magasweran@ieee.org>
This commit is contained in:
parent
5e582ceb98
commit
57709942a0
@ -41,10 +41,10 @@ installers for all supported operating systems.
|
||||
|
||||
#### Debian and Ubuntu based Package Repository (GNU/Linux x86/x64)
|
||||
|
||||
1. Save the following as `/etc/apt/sources.list.d/etcher.list`:
|
||||
1. Add Etcher debian repository:
|
||||
|
||||
```
|
||||
deb https://dl.bintray.com/resin-io/debian stable etcher
|
||||
echo "deb https://dl.bintray.com/resin-io/debian stable etcher" | sudo tee /etc/apt/sources.list.d/etcher.list
|
||||
```
|
||||
|
||||
2. Trust Bintray.com's GPG key:
|
||||
|
Loading…
x
Reference in New Issue
Block a user