Created
December 19, 2018 00:36
-
-
Save koesherbacon/7adbdf68195bb5e48d79dbcaf6e77801 to your computer and use it in GitHub Desktop.
Etcher Apt Source & Info
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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