PortValhalla/scripts/Arch/Software/xone/install.sh

7 lines
208 B
Bash
Executable file

#!/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;
rm -rf "$contextRoot";