doc: Update etcher package repo installation and publishing info

Change-type: patch
Signed-off-by: Michael Angelos Simos <michalis@resin.io>
This commit is contained in:
Michael Angelos Simos 2018-08-09 10:17:31 +03:00 committed by Lorenzo Alberto Maria Ambrosi
parent aa05cd1449
commit c3ff030542
2 changed files with 8 additions and 8 deletions

View File

@ -44,7 +44,7 @@ installers for all supported operating systems.
1. Add Etcher debian repository: 1. Add Etcher debian repository:
``` ```
echo "deb https://dl.bintray.com/resin-io/debian 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/etcher.list
``` ```
2. Trust Bintray.com's GPG key: 2. Trust Bintray.com's GPG key:
@ -72,7 +72,7 @@ sudo apt-get update
1. Add Etcher rpm repository: 1. Add Etcher rpm repository:
```sh ```sh
sudo wget https://bintray.com/resin-io/redhat/rpm -O /etc/yum.repos.d/bintray-resin-io-redhat.repo sudo wget https://etcher.io/static/etcher-rpm.repo -O /etc/yum.repos.d/etcher-rpm.repo
``` ```
2. Update and install: 2. Update and install:
@ -89,14 +89,14 @@ sudo apt-get update
``` ```
sudo yum remove -y etcher-electron sudo yum remove -y etcher-electron
sudo rm /etc/yum.repos.d/bintray-resin-io-redhat.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 etcher-electron
sudo rm /etc/yum.repos.d/bintray-resin-io-redhat.repo sudo rm /etc/yum.repos.d/etcher-rpm.repo
sudo dnf clean all sudo dnf clean all
sudo dnf makecache sudo dnf makecache
``` ```

View File

@ -166,10 +166,10 @@ export BINTRAY_API_KEY="youruserapikey"
``` ```
```bash ```bash
./scripts/publish/bintray.sh -c "etcher" -t "production" -v "1.2.1" -o "resin-io" -p "debian" -y "debian" -r "x64" -f "dist/etcher-electron_1.2.1_amd64.deb" ./scripts/publish/bintray.sh -c "etcher" -t "production" -v "1.2.1" -o "etcher" -p "debian" -y "debian" -r "x64" -f "dist/etcher-electron_1.2.1_amd64.deb"
./scripts/publish/bintray.sh -c "etcher" -t "production" -v "1.2.1" -o "resin-io" -p "debian" -y "debian" -r "x86" -f "dist/etcher-electron_1.2.1_i386.deb" ./scripts/publish/bintray.sh -c "etcher" -t "production" -v "1.2.1" -o "etcher" -p "debian" -y "debian" -r "x86" -f "dist/etcher-electron_1.2.1_i386.deb"
./scripts/publish/bintray.sh -c "etcher" -t "production" -v "1.2.1" -o "resin-io" -p "redhat" -y "redhat" -r "x64" -f "dist/etcher-electron-1.2.1.x86_64.rpm" ./scripts/publish/bintray.sh -c "etcher" -t "production" -v "1.2.1" -o "etcher" -p "redhat" -y "redhat" -r "x64" -f "dist/etcher-electron-1.2.1.x86_64.rpm"
./scripts/publish/bintray.sh -c "etcher" -t "production" -v "1.2.1" -o "resin-io" -p "redhat" -y "redhat" -r "x86" -f "dist/etcher-electron-1.2.1.i686.rpm" ./scripts/publish/bintray.sh -c "etcher" -t "production" -v "1.2.1" -o "etcher" -p "redhat" -y "redhat" -r "x86" -f "dist/etcher-electron-1.2.1.i686.rpm"
``` ```
### Uploading binaries to Amazon S3 ### Uploading binaries to Amazon S3