Skip to content

Instantly share code, notes, and snippets.

@koesherbacon
Created December 19, 2018 00:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koesherbacon/7adbdf68195bb5e48d79dbcaf6e77801 to your computer and use it in GitHub Desktop.
Save koesherbacon/7adbdf68195bb5e48d79dbcaf6e77801 to your computer and use it in GitHub Desktop.
Etcher Apt Source & Info
#
# This is the apt source for Etcher, the LiveUSB Creation app
# Simply copy this into '/etc/apt/sources.list.d/' then import the gpg key
# and follow the rest of the instructions.
#
# I'll probably make this into a script which will do everthing automatically
# but for now it all has to be done manually.
#
deb https://dl.bintray.com/resin-io/debian stable etcher
#
# Once copied into /etc/apt/sources.list.d/
# Import the key with this command:
# sudo sudo apt-key adv --recv-keys 379CE192D401AB61
#
# For some reason adding the key sometimes errors out.
# Running the command a second time usually ends up doing the trick.
#
#
# After importing the key, install Etcher with this command
#
# sudo apt update ; sudo apt install etcher-electron
#
#
# More info can be found here:
# https://www.balena.io/etcher/
# https://www.omgubuntu.co.uk/2017/05/how-to-install-etcher-on-ubuntu
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment