diff --git a/scripts/Arch/Software/xone/install.sh b/scripts/Arch/Software/xone/install.sh index ed5f175b..52b8b829 100755 --- a/scripts/Arch/Software/xone/install.sh +++ b/scripts/Arch/Software/xone/install.sh @@ -6,7 +6,7 @@ contextRoot="$(mktemp -d)"; repo="https://github.com/manuth/xone.git"; pushd "$contextRoot" > /dev/null; -if ! lsmod | grep xone > /dev/null; +if ! dkms status --all 2>&1 | grep xone > /dev/null; then git clone "$repo" "$contextRoot"; sudo "$contextRoot/install.sh" --release;