Skip to content

Commit

Permalink
Better comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jetsonhacks committed Nov 20, 2017
1 parent aa9b907 commit 5c2d977
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installCDCACM.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ else
echo "$ sudo modprobe -f cdc-acm"
fi
# Install the cdc-acm module
# Make sure that the drivers/usb/class directory exists
INSTALLDIRECTORY=/lib/modules/$(uname -r)/kernel/drivers/usb/class
echo $INSTALLDIRECTORY
sudo mkdir -p "$INSTALLDIRECTORY"
# Then copy over the module file
sudo cp -v cdc-acm.ko $INSTALLDIRECTORY
sudo depmod -a
echo "Installed cdc-acm Module"
Expand Down

0 comments on commit 5c2d977

Please sign in to comment.