Skip to content
Adam Conkey edited this page Dec 29, 2022 · 27 revisions

Linux Setup

Writing Disk Image

I use balenaEtcher on MacOS to write a disk image to a USB flash drive.

Install Chrome

cd ~/Downloads
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current.amd64.deb

Clone this wiki locally