Skip to content

Instantly share code, notes, and snippets.

@xanderificnl
Last active May 7, 2023 00:33
Show Gist options
  • Save xanderificnl/4bf2461ac0b9ba1a28cc2c2af7ee8928 to your computer and use it in GitHub Desktop.
Save xanderificnl/4bf2461ac0b9ba1a28cc2c2af7ee8928 to your computer and use it in GitHub Desktop.
Install homeassistant OS from a livecd
wget "https://github.com/home-assistant/operating-system/releases/download/10.1/haos_generic-x86-64-10.1.img.xz" -O- | \
xzcat > /dev/sda && \
sync && \
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment