#!/bin/bash contextRoot="$(mktemp -d)"; git clone "https://github.com/dlundqvist/xone.git" "$contextRoot"; sudo "$contextRoot/install.sh" --release; yes "" | sudo xone-get-firmware.sh;