Download personal xone version

This commit is contained in:
Manuel Thalmann 2024-03-07 22:00:36 +01:00
parent aa14346182
commit 80be3346bb

View file

@ -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;