We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 685a3c0 commit 2ae6901Copy full SHA for 2ae6901
1 file changed
lib/installer.sh
@@ -31,7 +31,7 @@ DKMS_BIN=$(type -p dkms)
31
: ${DKMS_BIN:?Please install dkms to continue}
32
33
get_dkms_versions_installed() {
34
- ${DKMS_BIN} status | tr -s ':, ' ' ' | awk -- '$1 == "hid-xpadneo" { print $2 }' | sort -nu
+ ${DKMS_BIN} status | tr -s ':,/ ' ' ' | awk -- '$1 == "hid-xpadneo" { print $2 }' | sort -nu
35
}
36
37
get_upstream_version_latest() {
0 commit comments