diff --git a/scripts/Arch/Software/xone/install.sh b/scripts/Arch/Software/xone/install.sh index 45bb8947..40bda7d0 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 ! 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;