#!/bin/bash
cd /usr/src/cx4-$VERSION
dkms build .
dkms install cx4/$VERSION
/sbin/ldconfig
echo ""
echo "***********************************************************************"
echo "* The system needs to be restarted for driver changes to take effect! *"
echo "***********************************************************************"
echo ""
exit 0

