Fix xone detection

This commit is contained in:
Manuel Thalmann 2024-06-19 13:45:06 +02:00
parent 0b23d44f44
commit 98d7b428ef

View file

@ -6,7 +6,7 @@ contextRoot="$(mktemp -d)";
repo="https://github.com/manuth/xone.git"; repo="https://github.com/manuth/xone.git";
pushd "$contextRoot" > /dev/null; pushd "$contextRoot" > /dev/null;
if ! dkms status --all 2>&1 | grep xone > /dev/null; if ! dkms status --all | grep xone > /dev/null;
then then
git clone "$repo" "$contextRoot"; git clone "$repo" "$contextRoot";
sudo ./install.sh --release; sudo ./install.sh --release;