Skip to content

Instantly share code, notes, and snippets.

View ColGren's full-sized avatar

Col Grenfell ColGren

View GitHub Profile
#!/bin/bash
set -e
echo "🔧 Hazomatic WiFi Provisioning Setup"
# Detect architecture
ARCH=$(uname -m)
echo "Detected architecture: $ARCH"