Download personal xone
version
This commit is contained in:
parent
b3d809c6ae
commit
b27fafcfca
1 changed files with 2 additions and 1 deletions
|
@ -3,11 +3,12 @@
|
|||
sudo pacman --noconfirm -Syu cabextract;
|
||||
|
||||
contextRoot="$(mktemp -d)";
|
||||
repo="https://github.com/manuth/xone.git";
|
||||
pushd "$contextRoot" > /dev/null;
|
||||
|
||||
if lsmod | grep xone > /dev/null;
|
||||
then
|
||||
git clone "https://github.com/dlundqvist/xone.git" "$contextRoot";
|
||||
git clone "$repo" "$contextRoot";
|
||||
sudo "$contextRoot/install.sh" --release;
|
||||
yes "" | sudo xone-get-firmware.sh;
|
||||
fi;
|
||||
|
|
Loading…
Reference in a new issue