Mudanças entre as edições de "Etcher"
De MochilaWiki
Ir para navegaçãoIr para pesquisar (Criou página com 'Página do Programa * https://etcher.io/ * https://github.com/resin-io/etcher == instalando no Ubuntu 16.04 == <source lang="bash"> echo deb https://dl.bintray.com/resin-io/d...') |
|||
Linha 5: | Linha 5: | ||
== instalando no Ubuntu 16.04 == | == instalando no Ubuntu 16.04 == | ||
<source lang="bash"> | <source lang="bash"> | ||
− | echo deb https://dl.bintray.com/resin-io/debian stable etcher | + | echo deb https://dl.bintray.com/resin-io/debian stable etcher | sudo tee -a /etc/apt/sources.list.d/etcher.list |
sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 379CE192D401AB61 | sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 379CE192D401AB61 | ||
sudo apt-get update | sudo apt-get update | ||
sudo apt-get install etcher-electron | sudo apt-get install etcher-electron | ||
</source> | </source> |
Edição atual tal como às 19h22min de 28 de fevereiro de 2017
Página do Programa
instalando no Ubuntu 16.04
echo deb https://dl.bintray.com/resin-io/debian stable etcher | sudo tee -a /etc/apt/sources.list.d/etcher.list
sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 379CE192D401AB61
sudo apt-get update
sudo apt-get install etcher-electron