Skip to content

Instantly share code, notes, and snippets.

View crowz-fx's full-sized avatar
🚀

Lui Crowie crowz-fx

🚀
View GitHub Profile
@crowz-fx
crowz-fx / burn_arch.sh
Last active April 13, 2020 12:12
a shell script to be run on a linux box that burns a raspberry Pi flavour Arch Linux install to an SD card (or other media)
#!/bin/sh
###################
# Author: Lui Crowie (crowz-fx // crowzfx.co.uk)
#
# Requirements;
# 1. sudo apt-get install bsdtar // tar should work fine, just modify line 98
# 2. You know how to use lsblk to get your device identifier i.e. /dev/sdb
# #################