Replace xow with xone

This commit is contained in:
Manuel Thalmann 2023-07-27 21:24:09 +02:00
commit df2d3fdf62
3 changed files with 7 additions and 2 deletions
scripts/Arch/Software/xone

View file

@ -0,0 +1,5 @@
#!/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;