Juan Cruz Viotti 3c1882d2b4 chore(travis): move deploy command to a separate script (#1224)
We're passing a shell conditional to `deploy.script`, however Travis CI
seems to get confused about this in the deploy section, causing
GNU/Linux to run `make publish-aws-s3` directly on the Travis CI build
instead of in the Docker container, which causes the deployment to
eventually fail because of missing dependencies.

According to Travis CI:

> `deploy.script` must be a scalar pointing to an executable file or
> command.

See https://travis-ci.org/resin-io/etcher/jobs/214723725 for a failure
example.

We also move the Appveyor deploy script to a separate file for symmetry
purposes.

Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
2017-03-28 14:15:52 -04:00
2016-04-25 12:08:19 -04:00
2017-02-24 15:15:14 -04:00
2016-01-03 22:42:44 -04:00
2017-02-24 15:15:14 -04:00

Etcher

Flash OS images to SD cards & USB drives, safely and easily.

Etcher is a powerful OS image flasher built with web technologies to ensure 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.

dependencies Build Status Build status Gitter ![Stories in Ready](https://badge.waffle.io/resin-io/etcher.svg?label=in progress&title=In Progress)


Download | Support | Documentation | Contributing | Roadmap | CLI

Etcher

Supported Operating Systems

  • Linux (most distros)
  • macOS 10.9 and later
  • Microsoft Windows 7 and later

Note that Etcher will run on any platform officially supported by Electron. Read more in their documentation.

Installers

Refer to the downloads page for the latest pre-made installers for all supported operating systems.

Debian and Ubuntu based Package Repository (GNU/Linux x86/x64)

  1. Save the following as /etc/apt/sources.list.d/etcher.list:

    deb https://dl.bintray.com/resin-io/debian stable etcher
    
  2. Trust Bintray.com's GPG key:

    sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 379CE192D401AB61
    
  3. Update and install:

    sudo apt-get update
    sudo apt-get install etcher-electron
    

Brew Cask (macOS)

Note that the Etcher Cask has to be updated manually to point to new versions, so it might not refer to the latest version immediately after an Etcher release.

brew cask install etcher

Support

If you're having any problem, please raise an issue on GitHub and the resin.io team will be happy to help.

License

Etcher is free software, and may be redistributed under the terms specified in the license.

Description
Flash OS images to SD cards & USB drives, safely and easily.
Readme Pixar 112 MiB
Languages
TypeScript 99.3%
CSS 0.4%
JavaScript 0.2%