Created
August 30, 2021 08:19
-
-
Save woile/ec4cba68eaa820faeddb55e6276574dc to your computer and use it in GitHub Desktop.
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
# 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