Fix xone
detection
This commit is contained in:
parent
17e9221d46
commit
192e0adc00
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ contextRoot="$(mktemp -d)";
|
|||
repo="https://github.com/manuth/xone.git";
|
||||
pushd "$contextRoot" > /dev/null;
|
||||
|
||||
if ! dkms status --all 2>&1 | grep xone > /dev/null;
|
||||
if ! dkms status --all | grep xone > /dev/null;
|
||||
then
|
||||
git clone "$repo" "$contextRoot";
|
||||
sudo ./install.sh --release;
|
||||
|
|
Loading…
Reference in a new issue