sudo apt-get install build-essential autoconf linux-headers-$(uname -r) -y if test -x ./autogen.sh; then ./autogen.sh; else ./configure; fi && make && sudo make install || echo "Build Failed" https://github.com/linuxwacom/input-wacom/releases/tag/v1.6.0