mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-28 13:46:33 +00:00
commit
6194460dc2
54
README.md
54
README.md
@ -9,7 +9,6 @@ was written correctly, and much more. It can also directly flash Raspberry Pi de
|
|||||||
|
|
||||||
[](https://balena.io/etcher)
|
[](https://balena.io/etcher)
|
||||||
[](https://github.com/balena-io/etcher/blob/master/LICENSE)
|
[](https://github.com/balena-io/etcher/blob/master/LICENSE)
|
||||||
[](https://david-dm.org/balena-io/etcher)
|
|
||||||
[](https://forums.balena.io/c/etcher)
|
[](https://forums.balena.io/c/etcher)
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -31,10 +30,18 @@ was written correctly, and much more. It can also directly flash Raspberry Pi de
|
|||||||
Refer to the [downloads page][etcher] for the latest pre-made
|
Refer to the [downloads page][etcher] for the latest pre-made
|
||||||
installers for all supported operating systems.
|
installers for all supported operating systems.
|
||||||
|
|
||||||
> Note: Our deb and rpm packages are now hosted on [Cloudsmith](https://cloudsmith.com)!
|
## Packages
|
||||||
|
|
||||||
|
> [](https://cloudsmith.com) \
|
||||||
|
Package repository hosting is graciously provided by [Cloudsmith](https://cloudsmith.com).
|
||||||
|
Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that
|
||||||
|
enables your organization to create, store and share packages in any format, to any place, with total
|
||||||
|
confidence.
|
||||||
|
|
||||||
#### Debian and Ubuntu based Package Repository (GNU/Linux x86/x64)
|
#### Debian and Ubuntu based Package Repository (GNU/Linux x86/x64)
|
||||||
|
|
||||||
|
> Detailed or alternative steps in the [instructions by Cloudsmith](https://cloudsmith.io/~balena/repos/etcher/setup/#formats-deb)
|
||||||
|
|
||||||
1. Add Etcher Debian repository:
|
1. Add Etcher Debian repository:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
@ -60,23 +67,11 @@ rm -rf /var/lib/apt/lists/*
|
|||||||
apt-get update
|
apt-get update
|
||||||
```
|
```
|
||||||
|
|
||||||
##### 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)
|
#### 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)
|
||||||
|
|
||||||
|
|
||||||
##### DNF
|
##### DNF
|
||||||
|
|
||||||
1. Add Etcher rpm repository:
|
1. Add Etcher rpm repository:
|
||||||
@ -124,6 +119,31 @@ 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)
|
||||||
|
|
||||||
|
1. Add the repo
|
||||||
|
|
||||||
|
```sh
|
||||||
|
curl -1sLf \
|
||||||
|
'https://dl.cloudsmith.io/public/balena/etcher/setup.rpm.sh' \
|
||||||
|
| sudo -E bash
|
||||||
|
```
|
||||||
|
2. Update and install
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo zypper up
|
||||||
|
sudo zypper install balena-etcher-electron
|
||||||
|
```
|
||||||
|
|
||||||
|
##### Uninstall
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo zypper rm balena-etcher-electron
|
||||||
|
# remove the repo
|
||||||
|
sudo zypper rr balena-etcher
|
||||||
|
sudo zypper rr balena-etcher-source
|
||||||
|
```
|
||||||
|
|
||||||
#### Solus (GNU/Linux x64)
|
#### Solus (GNU/Linux x64)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
BIN
assets/icon.icns
BIN
assets/icon.icns
Binary file not shown.
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Etcher</title>
|
<title>balenaEtcher</title>
|
||||||
<link rel="stylesheet" type="text/css" href="index.css">
|
<link rel="stylesheet" type="text/css" href="index.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Etcher</title>
|
<title>balenaEtcher</title>
|
||||||
<link rel="stylesheet" type="text/css" href="index.css">
|
<link rel="stylesheet" type="text/css" href="index.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
2
repo.yml
2
repo.yml
@ -6,7 +6,7 @@ sentry:
|
|||||||
team: resinio
|
team: resinio
|
||||||
type: electron
|
type: electron
|
||||||
triggerNotification:
|
triggerNotification:
|
||||||
version: 1.7.6
|
version: 1.7.8
|
||||||
stagingPercentage: 100
|
stagingPercentage: 100
|
||||||
upstream:
|
upstream:
|
||||||
- repo: etcher-sdk
|
- repo: etcher-sdk
|
||||||
|
@ -59,7 +59,7 @@ if (platform() !== 'darwin') {
|
|||||||
|
|
||||||
it('should set a proper title', async () => {
|
it('should set a proper title', async () => {
|
||||||
// @ts-ignore (SpectronClient.getTitle exists)
|
// @ts-ignore (SpectronClient.getTitle exists)
|
||||||
return expect(await app.client.getTitle()).to.equal('Etcher');
|
return expect(await app.client.getTitle()).to.equal('balenaEtcher');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user