Replace xow
with xone
This commit is contained in:
parent
600ce25072
commit
df2d3fdf62
3 changed files with 7 additions and 2 deletions
scripts/Arch/Software/xone
5
scripts/Arch/Software/xone/install.sh
Executable file
5
scripts/Arch/Software/xone/install.sh
Executable 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;
|
Loading…
Add table
Add a link
Reference in a new issue