BigW Consortium Gitlab

Commit 35e59b9b by Tony Huang

modified rpusbdisp_arm_tool.sh to match the structure adjustment; add some…

modified rpusbdisp_arm_tool.sh to match the structure adjustment; add some version & copyright to rpusbdisp_arm_tool.sh
parent 59d63da5
#! /bin/bash #! /bin/bash
echo "RoboPeak USB Display Arm Suite"
echo "Version $(cat .version)"
echo "Copyright (c) 2013 RoboPeak.com"
echo
if [ ! -e kernel_modules ]; then
echo "Decompressing kernel modules..."
tar xf kernel_modules.tar.bz2
fi
function install_kernel_module { function install_kernel_module {
echo "Installing kernel module..." echo "Installing kernel module..."
echo "Please enter your board type (pcduino, cubieboard, cubieboard2...):" echo "Please enter your board type (pcduino, cubieboard, cubieboard2...):"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment