Changed from url, added script to make sure dkms module is built and install
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 3m41s
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 3m41s
This commit is contained in:
@@ -3,8 +3,15 @@
|
||||
# Tell build process to exit if there are any errors.
|
||||
set -oue pipefail
|
||||
|
||||
git clone https://github.com/atar-axis/xpadneo.git /tmp/xpadneo/
|
||||
echo "INFO: kernel module"
|
||||
dnf list --installed | grep kernel.x86_64
|
||||
|
||||
cd /tmp/xpadneo
|
||||
echo "INFO: uname -r output:"
|
||||
uname -r
|
||||
|
||||
./install.sh --verbose --force
|
||||
echo "INFO: xpad modules in /usr/src"
|
||||
ls /usr/src | grep xpad
|
||||
|
||||
echo "INFO: build and install xpadneo"
|
||||
sudo dkms build -m xpadneo/0.9.7
|
||||
sudo dkms install -m xpadneo/0.9.7
|
Reference in New Issue
Block a user