From 2525456d8b4c70e028365dbaff1a8ff21365ed83 Mon Sep 17 00:00:00 2001 From: Lorenzo Alberto Maria Ambrosi Date: Fri, 4 Jan 2019 15:58:06 +0100 Subject: [PATCH] Update balena-etcher .deb and .rpm install steps Change-type: patch Signed-off-by: Lorenzo Alberto Maria Ambrosi --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 75a880bd..adb86aa7 100644 --- a/README.md +++ b/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 was written correctly and much more. -[![Current Release](https://img.shields.io/github/release/balena-io/etcher.svg?style=flat-square)](https://etcher.io) +[![Current Release](https://img.shields.io/github/release/balena-io/etcher.svg?style=flat-square)](https://balena.io/etcher) ![License](https://img.shields.io/github/license/balena-io/etcher.svg?style=flat-square) [![Dependency status](https://img.shields.io/david/balena-io/etcher.svg?style=flat-square)](https://david-dm.org/balena-io/etcher) [![Balena.io Forums](https://img.shields.io/discourse/https/forums.balena.io/topics.svg?style=flat-square&label=balena.io%20forums)](https://forums.balena.io/c/etcher) @@ -42,7 +42,7 @@ installers for all supported operating systems. 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: @@ -55,14 +55,14 @@ installers for all supported operating systems. ```sh sudo apt-get update - sudo apt-get install etcher-electron + sudo apt-get install balena-etcher-electron ``` ##### Uninstall ```sh -sudo apt-get remove etcher-electron -sudo rm /etc/apt/sources.list.d/etcher.list +sudo apt-get remove balena-etcher-electron +sudo rm /etc/apt/sources.list.d/balena-etcher.list sudo apt-get update ``` #### Redhat (RHEL) and Fedora based Package Repository (GNU/Linux x86/x64) @@ -70,30 +70,30 @@ sudo apt-get update 1. Add Etcher rpm repository: ```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: ```sh - sudo yum install -y etcher-electron + sudo yum install -y balena-etcher-electron ``` or ```sh - sudo dnf install -y etcher-electron + sudo dnf install -y balena-etcher-electron ``` ##### Uninstall ``` -sudo yum remove -y etcher-electron +sudo yum remove -y balena-etcher-electron sudo rm /etc/yum.repos.d/etcher-rpm.repo sudo yum clean all sudo yum makecache fast ``` or ``` -sudo dnf remove -y etcher-electron +sudo dnf remove -y balena-etcher-electron sudo rm /etc/yum.repos.d/etcher-rpm.repo sudo dnf clean all sudo dnf makecache @@ -154,7 +154,7 @@ License Etcher is free software, and may be redistributed under the terms specified in the [license]. -[etcher]: https://etcher.io +[etcher]: https://balena.io/etcher [electron]: http://electron.atom.io [electron-supported-platforms]: http://electron.atom.io/docs/tutorial/supported-platforms/ [SUPPORT]: https://github.com/balena-io/etcher/blob/master/SUPPORT.md