Skip to content
Snippets Groups Projects
Verified Commit 1797cf24 authored by David Hoese's avatar David Hoese
Browse files

Update moxa driver script to use new driver version

parent 7417146f
No related merge requests found
...@@ -14,7 +14,7 @@ if [ $UID -ne 0 ]; then ...@@ -14,7 +14,7 @@ if [ $UID -ne 0 ]; then
exit 1 exit 1
fi fi
TARBALL="/opt/metobs/misc/npreal2_1.18.65_build_17062316.tgz" TARBALL="/opt/metobs/misc/npreal2_v5.2.3_build_23031011.tgz"
if [ ! -f $TARBALL ]; then if [ ! -f $TARBALL ]; then
echo "ERROR: Source tarball does not exist" echo "ERROR: Source tarball does not exist"
exit 1 exit 1
...@@ -38,7 +38,7 @@ if [ -d $DRIVER_DST ]; then ...@@ -38,7 +38,7 @@ if [ -d $DRIVER_DST ]; then
./mxuninst ./mxuninst
fi fi
cd "${SRC_DIR}/kernel3.x" cd "${SRC_DIR}"
# expect "Do you want to continue installing?" # expect "Do you want to continue installing?"
/usr/bin/expect <(cat << EOF /usr/bin/expect <(cat << EOF
spawn ./mxinst SP1 spawn ./mxinst SP1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment