mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-25 04:06:42 +00:00
Update balena-etcher .deb and .rpm install steps
Change-type: patch Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzoa@balena.io>
This commit is contained in:
parent
9fa32df3a6
commit
2525456d8b
22
README.md
22
README.md
@ -8,7 +8,7 @@ flashing an SDCard or USB drive is a pleasant and safe experience. It protects
|
|||||||
you from accidentally writing to your hard-drives, ensures every byte of data
|
you from accidentally writing to your hard-drives, ensures every byte of data
|
||||||
was written correctly and much more.
|
was written correctly and much more.
|
||||||
|
|
||||||
[](https://etcher.io)
|
[](https://balena.io/etcher)
|
||||||

|

|
||||||
[](https://david-dm.org/balena-io/etcher)
|
[](https://david-dm.org/balena-io/etcher)
|
||||||
[](https://forums.balena.io/c/etcher)
|
[](https://forums.balena.io/c/etcher)
|
||||||
@ -42,7 +42,7 @@ installers for all supported operating systems.
|
|||||||
1. Add Etcher debian repository:
|
1. Add Etcher debian repository:
|
||||||
|
|
||||||
```
|
```
|
||||||
echo "deb https://deb.etcher.io stable etcher" | sudo tee /etc/apt/sources.list.d/etcher.list
|
echo "deb https://deb.etcher.io stable etcher" | sudo tee /etc/apt/sources.list.d/balena-etcher.list
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Trust Bintray.com's GPG key:
|
2. Trust Bintray.com's GPG key:
|
||||||
@ -55,14 +55,14 @@ installers for all supported operating systems.
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install etcher-electron
|
sudo apt-get install balena-etcher-electron
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Uninstall
|
##### Uninstall
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo apt-get remove etcher-electron
|
sudo apt-get remove balena-etcher-electron
|
||||||
sudo rm /etc/apt/sources.list.d/etcher.list
|
sudo rm /etc/apt/sources.list.d/balena-etcher.list
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
```
|
```
|
||||||
#### Redhat (RHEL) and Fedora based Package Repository (GNU/Linux x86/x64)
|
#### Redhat (RHEL) and Fedora based Package Repository (GNU/Linux x86/x64)
|
||||||
@ -70,30 +70,30 @@ sudo apt-get update
|
|||||||
1. Add Etcher rpm repository:
|
1. Add Etcher rpm repository:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo wget https://etcher.io/static/etcher-rpm.repo -O /etc/yum.repos.d/etcher-rpm.repo
|
sudo wget https://balena.io/etcher/static/etcher-rpm.repo -O /etc/yum.repos.d/etcher-rpm.repo
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Update and install:
|
2. Update and install:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo yum install -y etcher-electron
|
sudo yum install -y balena-etcher-electron
|
||||||
```
|
```
|
||||||
or
|
or
|
||||||
```sh
|
```sh
|
||||||
sudo dnf install -y etcher-electron
|
sudo dnf install -y balena-etcher-electron
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Uninstall
|
##### Uninstall
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo yum remove -y etcher-electron
|
sudo yum remove -y balena-etcher-electron
|
||||||
sudo rm /etc/yum.repos.d/etcher-rpm.repo
|
sudo rm /etc/yum.repos.d/etcher-rpm.repo
|
||||||
sudo yum clean all
|
sudo yum clean all
|
||||||
sudo yum makecache fast
|
sudo yum makecache fast
|
||||||
```
|
```
|
||||||
or
|
or
|
||||||
```
|
```
|
||||||
sudo dnf remove -y etcher-electron
|
sudo dnf remove -y balena-etcher-electron
|
||||||
sudo rm /etc/yum.repos.d/etcher-rpm.repo
|
sudo rm /etc/yum.repos.d/etcher-rpm.repo
|
||||||
sudo dnf clean all
|
sudo dnf clean all
|
||||||
sudo dnf makecache
|
sudo dnf makecache
|
||||||
@ -154,7 +154,7 @@ License
|
|||||||
Etcher is free software, and may be redistributed under the terms specified in
|
Etcher is free software, and may be redistributed under the terms specified in
|
||||||
the [license].
|
the [license].
|
||||||
|
|
||||||
[etcher]: https://etcher.io
|
[etcher]: https://balena.io/etcher
|
||||||
[electron]: http://electron.atom.io
|
[electron]: http://electron.atom.io
|
||||||
[electron-supported-platforms]: http://electron.atom.io/docs/tutorial/supported-platforms/
|
[electron-supported-platforms]: http://electron.atom.io/docs/tutorial/supported-platforms/
|
||||||
[SUPPORT]: https://github.com/balena-io/etcher/blob/master/SUPPORT.md
|
[SUPPORT]: https://github.com/balena-io/etcher/blob/master/SUPPORT.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user