Skip to content
Snippets Groups Projects
Commit 761c0f67 authored by Davis, Duane T's avatar Davis, Duane T
Browse files

DEPLOY: Bug fix (14.04 to 16.04) in Odroid-16.04 installer

parent 4da6165b
No related branches found
No related tags found
No related merge requests found
......@@ -518,7 +518,7 @@ check_fail "catkin_make"
## Make sure ~/odroid-installer.sh is softlinked to repo version
rm ~/odroid-installer.sh &> /dev/null
ln -s ~/acs_ros_ws/src/autonomy-payload/deploy/odroid-installer-14.04.sh ~/odroid-installer.sh
ln -s ~/acs_ros_ws/src/autonomy-payload/deploy/odroid-installer-16.04.sh ~/odroid-installer.sh
if [ $? != 0 ]; then
echo "WARNING: could not softlink install script into home!"
fi
......
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