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;
|
sudo pacman --noconfirm -Syu cabextract;
|
||||||
|
|
||||||
contextRoot="$(mktemp -d)";
|
contextRoot="$(mktemp -d)";
|
||||||
|
repo="https://github.com/manuth/xone.git";
|
||||||
pushd "$contextRoot" > /dev/null;
|
pushd "$contextRoot" > /dev/null;
|
||||||
|
|
||||||
if lsmod | grep xone > /dev/null;
|
if lsmod | grep xone > /dev/null;
|
||||||
then
|
then
|
||||||
git clone "https://github.com/dlundqvist/xone.git" "$contextRoot";
|
git clone "$repo" "$contextRoot";
|
||||||
sudo "$contextRoot/install.sh" --release;
|
sudo "$contextRoot/install.sh" --release;
|
||||||
yes "" | sudo xone-get-firmware.sh;
|
yes "" | sudo xone-get-firmware.sh;
|
||||||
fi;
|
fi;
|
||||||
|
|
Loading…
Reference in a new issue