Skip to content

Instantly share code, notes, and snippets.

@woile
Created August 30, 2021 08:19
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 woile/ec4cba68eaa820faeddb55e6276574dc to your computer and use it in GitHub Desktop.
Save woile/ec4cba68eaa820faeddb55e6276574dc to your computer and use it in GitHub Desktop.
# get balena etcher
wget https://github.com/balena-io/etcher/releases/download/v1.5.121/balena-etcher-electron_1.5.121_amd64.deb -O /tmp/balena-etcher.deb
# install it
sudo dpkg -i /tmp/balena-etcher.deb
# download ISO for debian
wget -O ~/debian-live-testing-amd64 https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/weekly-live-builds/amd64/iso-hybrid/debian-live-testing-amd64-gnome+nonfree.iso
# Plug the USB
# Go to applications using the windows key
# Search 'Etcher'
# First select the iso image which is in the user's home folder
# Select the usb
# Burn the iso into the usb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment