mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-25 04:06:42 +00:00
patch: order rpm instrictions
Change-Type: patch
This commit is contained in:
parent
179697040c
commit
b241470fe1
33
README.md
33
README.md
@ -67,26 +67,10 @@ rm -rf /var/lib/apt/lists/*
|
|||||||
apt-get update
|
apt-get update
|
||||||
```
|
```
|
||||||
|
|
||||||
#### RPM based Package Repository (GNU/Linux x86/x64)
|
#### Redhat (RHEL) and Fedora-based Package Repository (GNU/Linux x86/x64)
|
||||||
|
|
||||||
> Detailed or alternative steps in the [instructions by Cloudsmith](https://cloudsmith.io/~balena/repos/etcher/setup/#formats-rpm)
|
> Detailed or alternative steps in the [instructions by Cloudsmith](https://cloudsmith.io/~balena/repos/etcher/setup/#formats-rpm)
|
||||||
|
|
||||||
#### OpenSUSE LEAP & Tumbleweed install
|
|
||||||
|
|
||||||
```sh
|
|
||||||
curl -1sLf \
|
|
||||||
'https://dl.cloudsmith.io/public/balena/etcher/setup.rpm.sh' \
|
|
||||||
| sudo -E bash
|
|
||||||
```
|
|
||||||
|
|
||||||
##### Uninstall
|
|
||||||
|
|
||||||
```sh
|
|
||||||
zypper rr balena-etcher
|
|
||||||
zypper rr balena-etcher-source
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Redhat (RHEL) and Fedora-based Package Repository (GNU/Linux x86/x64)
|
|
||||||
|
|
||||||
##### DNF
|
##### DNF
|
||||||
|
|
||||||
@ -135,6 +119,21 @@ rm /etc/yum.repos.d/balena-etcher.repo
|
|||||||
rm /etc/yum.repos.d/balena-etcher-source.repo
|
rm /etc/yum.repos.d/balena-etcher-source.repo
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### OpenSUSE LEAP & Tumbleweed install (zypper)
|
||||||
|
|
||||||
|
```sh
|
||||||
|
curl -1sLf \
|
||||||
|
'https://dl.cloudsmith.io/public/balena/etcher/setup.rpm.sh' \
|
||||||
|
| sudo -E bash
|
||||||
|
```
|
||||||
|
|
||||||
|
##### Uninstall
|
||||||
|
|
||||||
|
```sh
|
||||||
|
zypper rr balena-etcher
|
||||||
|
zypper rr balena-etcher-source
|
||||||
|
```
|
||||||
|
|
||||||
#### Solus (GNU/Linux x64)
|
#### Solus (GNU/Linux x64)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user